diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2009-01-01 17:39:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-07 13:37:07 -0800 |
commit | cc545709253fe8440db2648cb5c771e5b126bdb5 (patch) | |
tree | ab0f13b42119377b7071d635311ecf53bc7ee1b4 /contrib | |
parent | 34292bddb861f3cb52a524fdce67234430a744fe (diff) | |
download | git-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-x | contrib/completion/git-completion.bash | 2 |
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 ;; |