OSDN Git Service

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 e004549..b98d765 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
                ;;