Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- 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 a046441..b3e1e22 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -777,6 +777,7 @@ _git_diff () --no-prefix --src-prefix= --dst-prefix= --base --ours --theirs --inter-hunk-context= + --patience " return ;; @@ -969,6 +970,7 @@ _git_log () --parents --children --full-history --merge --inter-hunk-context= + --patience " return ;; -- 1.6.1.rc3.412.ga72b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html