git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
34292bd
)
bash completions: Add the --patience option
author
Johannes Schindelin
<redacted>
Thu, 1 Jan 2009 16:39:37 +0000
(17:39 +0100)
committer
Junio C Hamano
<redacted>
Wed, 7 Jan 2009 21:37:07 +0000
(13:37 -0800)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index e00454983ee16624910e40fec9ddb12849110b1b..b98d765deb5294abddc24b1bc975c9d3b3c93a1d 100755
(executable)
--- 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
;;
git clone https://git.99rst.org/PROJECT