From: Ted Pavlic Date: Fri, 6 Feb 2009 16:05:38 +0000 (-0500) Subject: completion: Get rid of tabbed indentation in comments. Replace with spaces. X-Git-Tag: v1.6.2-rc1~47 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a9ee90d7ff9f3854b3096b4abbdc2013708704f5?ds=inline;hp=--cc completion: Get rid of tabbed indentation in comments. Replace with spaces. Signed-off-by: Ted Pavlic Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- a9ee90d7ff9f3854b3096b4abbdc2013708704f5 diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6e04985079..f44f63cfeb 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -34,11 +34,11 @@ # 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: #