From: Johannes Schindelin Date: Thu, 1 Jan 2009 16:39:37 +0000 (+0100) Subject: bash completions: Add the --patience option X-Git-Tag: v1.6.2-rc0~97^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc545709253fe8440db2648cb5c771e5b126bdb5;p=thirdparty%2Fgit.git bash completions: Add the --patience option Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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 ;;