summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2009-01-01 16:39:37 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-01-07 21:37:07 (GMT)
commitcc545709253fe8440db2648cb5c771e5b126bdb5 (patch)
treeab0f13b42119377b7071d635311ecf53bc7ee1b4
parent34292bddb861f3cb52a524fdce67234430a744fe (diff)
downloadgit-cc545709253fe8440db2648cb5c771e5b126bdb5.zip
git-cc545709253fe8440db2648cb5c771e5b126bdb5.tar.gz
git-cc545709253fe8440db2648cb5c771e5b126bdb5.tar.bz2
bash completions: Add the --patience option
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 e004549..b98d765 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
;;