aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2009-01-01 17:39:37 +0100
committerJunio C Hamano <gitster@pobox.com>2009-01-07 13:37:07 -0800
commitcc545709253fe8440db2648cb5c771e5b126bdb5 (patch)
treeab0f13b42119377b7071d635311ecf53bc7ee1b4 /contrib
parent34292bddb861f3cb52a524fdce67234430a744fe (diff)
downloadgit-cc545709253fe8440db2648cb5c771e5b126bdb5.tar.gz
git-cc545709253fe8440db2648cb5c771e5b126bdb5.tar.xz
bash completions: Add the --patience option
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index e00454983..b98d765de 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -776,6 +776,7 @@ _git_diff ()
--no-ext-diff
--no-prefix --src-prefix= --dst-prefix=
--base --ours --theirs
+ --patience
"
return
;;
@@ -967,6 +968,7 @@ _git_log ()
--color-words --walk-reflogs
--parents --children --full-history
--merge
+ --patience
"
return
;;