]> Pileus Git - ~andy/git/commitdiff
bash completions: Add the --patience option
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 1 Jan 2009 16:39:37 +0000 (17:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2009 21:37:07 +0000 (13:37 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index e00454983ee16624910e40fec9ddb12849110b1b..b98d765deb5294abddc24b1bc975c9d3b3c93a1d 100755 (executable)
@@ -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
                ;;