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:
2f6775f
)
completion: offer '--(no-)patch' among 'git log' options
author
SZEDER Gábor
<redacted>
Mon, 11 May 2020 11:56:14 +0000
(11:56 +0000)
committer
Junio C Hamano
<redacted>
Mon, 11 May 2020 16:33:56 +0000
(09:33 -0700)
Signed-off-by: SZEDER Gábor <redacted>
Signed-off-by: Derrick Stolee <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 c21786f2fd00263e9b068f1d4750fa16b2411225..ec6ff1d5fb8f96e7398b6c8f9ad4b3e454034b8f 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-1860,6
+1860,7
@@
_git_log ()
$merge
$__git_diff_common_options
--pickaxe-all --pickaxe-regex
+ --patch --no-patch
"
return
;;
git clone https://git.99rst.org/PROJECT