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: https://git.tokkee.org/?a=commitdiff_plain;h=cc545709253fe8440db2648cb5c771e5b126bdb5;p=git.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 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 ;;