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 5555# GIT_PS1_SHOWUPSTREAM, you can override it on a per-repository basis by
5656# setting the bash.showUpstream config variable.
5757#
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+ #
5867# If you would like a colored hint about the current dirty state, set
5968# GIT_PS1_SHOWCOLORHINTS to a nonempty value. The colors are based on
6069# the colored output of "git status -sb".
61- #
70+
6271# __gitdir accepts 0 or 1 arguments (i.e., location)
6372# returns location of .git repo
6473__gitdir ()
You can’t perform that action at this time.
0 commit comments