completion: Get rid of tabbed indentation in comments. Replace with spaces.

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>
This commit is contained in:
Ted Pavlic
2009-02-06 11:05:38 -05:00
committed by Junio C Hamano
parent cf9957875c
commit a9ee90d7ff

View File

@ -34,11 +34,11 @@
# are currently in a git repository. The %s token will be # are currently in a git repository. The %s token will be
# the name of the current branch. # the name of the current branch.
# #
# In addition, if you set GIT_PS1_SHOWDIRTYSTATE to a nonempty # In addition, if you set GIT_PS1_SHOWDIRTYSTATE to a nonempty
# value, unstaged (*) and staged (+) changes will be shown next # value, unstaged (*) and staged (+) changes will be shown next
# to the branch name. You can configure this per-repository # to the branch name. You can configure this per-repository
# with the bash.showDirtyState variable, which defaults to true # with the bash.showDirtyState variable, which defaults to true
# once GIT_PS1_SHOWDIRTYSTATE is enabled. # once GIT_PS1_SHOWDIRTYSTATE is enabled.
# #
# To submit patches: # To submit patches:
# #