summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-23 01:49:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-23 01:49:02 (GMT)
commitf1f1b96e99fa064ed9f0da263d4b4eb0407b3ceb (patch)
treead5d2c598d006469bf3517e7ea39a10c3fb04e96 /contrib
parent41799aa20904ff532ceb4f3ed95ba13e164dfc7a (diff)
parent78f4c9f62549fdd9a52550449c4e3148e7e0900d (diff)
downloadgit-f1f1b96e99fa064ed9f0da263d4b4eb0407b3ceb.zip
git-f1f1b96e99fa064ed9f0da263d4b4eb0407b3ceb.tar.gz
git-f1f1b96e99fa064ed9f0da263d4b4eb0407b3ceb.tar.bz2
Sync with 1.7.9.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash20
1 files changed, 4 insertions, 16 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 3a05a5b..554e30e 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -60,18 +60,6 @@
# per-repository basis by setting the bash.showUpstream config
# variable.
#
-#
-# To submit patches:
-#
-# *) Read Documentation/SubmittingPatches
-# *) Send all patches to the current maintainer:
-#
-# "Shawn O. Pearce" <spearce@spearce.org>
-#
-# *) Always CC the Git mailing list:
-#
-# git@vger.kernel.org
-#
if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
@@ -298,13 +286,13 @@ __git_ps1 ()
fi
fi
if [ -n "${GIT_PS1_SHOWSTASHSTATE-}" ]; then
- git rev-parse --verify refs/stash >/dev/null 2>&1 && s="$"
+ git rev-parse --verify refs/stash >/dev/null 2>&1 && s="$"
fi
if [ -n "${GIT_PS1_SHOWUNTRACKEDFILES-}" ]; then
- if [ -n "$(git ls-files --others --exclude-standard)" ]; then
- u="%"
- fi
+ if [ -n "$(git ls-files --others --exclude-standard)" ]; then
+ u="%"
+ fi
fi
if [ -n "${GIT_PS1_SHOWUPSTREAM-}" ]; then