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 | |
parent | Introduce the diff option '--patience' (diff) | |
download | tgif-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>
-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 e00454983e..b98d765deb 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 ;; |