diff options
| author | SZEDER Gábor <szeder.dev@gmail.com> | 2020-05-11 11:56:14 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-05-11 09:33:56 -0700 |
| commit | b928e488bd40a30797bb7b87733864b39dd32c36 (patch) | |
| tree | 9389fb3c9f670d3a6de96c67ebaf3c84e9bd8acd | |
| parent | bloom: use num_changes not nr for limit detection (diff) | |
| download | git-b928e488bd40a30797bb7b87733864b39dd32c36.tar.gz git-b928e488bd40a30797bb7b87733864b39dd32c36.zip | |
completion: offer '--(no-)patch' among 'git log' options
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index c21786f2fd..ec6ff1d5fb 100644 --- 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 ;; |
