summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf99578)
raw | patch | inline | side by side (parent: cf99578)
author | Ted Pavlic <ted@tedpavlic.com> | |
Fri, 6 Feb 2009 16:05:38 +0000 (11:05 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 9 Feb 2009 06:07:49 +0000 (22:07 -0800) |
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | patch | blob | history |
index 6e04985079671964568d160c5ef8f5495b12eabc..f44f63cfebf68f773dd96bd82317801d468f6cff 100755 (executable)
# are currently in a git repository. The %s token will be
# the name of the current branch.
#
-# In addition, if you set GIT_PS1_SHOWDIRTYSTATE to a nonempty
-# value, unstaged (*) and staged (+) changes will be shown next
-# to the branch name. You can configure this per-repository
-# with the bash.showDirtyState variable, which defaults to true
-# once GIT_PS1_SHOWDIRTYSTATE is enabled.
+# In addition, if you set GIT_PS1_SHOWDIRTYSTATE to a nonempty
+# value, unstaged (*) and staged (+) changes will be shown next
+# to the branch name. You can configure this per-repository
+# with the bash.showDirtyState variable, which defaults to true
+# once GIT_PS1_SHOWDIRTYSTATE is enabled.
#
# To submit patches:
#