File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 55
55
# GIT_PS1_SHOWUPSTREAM, you can override it on a per-repository basis by
56
56
# setting the bash.showUpstream config variable.
57
57
#
58
+ # If you would like to see more information about the identity of
59
+ # commits checked out as a detached HEAD, set GIT_PS1_DESCRIBE_STYLE
60
+ # to one of these values:
61
+ #
62
+ # contains relative to newer annotated tag (v1.6.3.2~35)
63
+ # branch relative to newer tag or branch (master~4)
64
+ # describe relative to older annotated tag (v1.6.3.1-13-gdd42c2f)
65
+ # default exactly matching tag
66
+ #
58
67
# If you would like a colored hint about the current dirty state, set
59
68
# GIT_PS1_SHOWCOLORHINTS to a nonempty value. The colors are based on
60
69
# the colored output of "git status -sb".
61
- #
70
+
62
71
# __gitdir accepts 0 or 1 arguments (i.e., location)
63
72
# returns location of .git repo
64
73
__gitdir ()
You can’t perform that action at this time.
0 commit comments