diff options
author | 2020-05-14 14:39:44 -0700 | |
---|---|---|
committer | 2020-05-14 14:39:44 -0700 | |
commit | 4b1e5e5d8c54b39e35150c044afb02aaeaa38184 (patch) | |
tree | a364445007fbdf48f9fb3a1bb47b1d2a5c593e28 /contrib | |
parent | Merge branch 'rs/fsck-duplicate-names-in-trees' (diff) | |
parent | completion: offer '--(no-)patch' among 'git log' options (diff) | |
download | tgif-4b1e5e5d8c54b39e35150c044afb02aaeaa38184.tar.xz |
Merge branch 'ds/bloom-cleanup'
Code cleanup and typofixes
* ds/bloom-cleanup:
completion: offer '--(no-)patch' among 'git log' options
bloom: use num_changes not nr for limit detection
bloom: de-duplicate directory entries
Documentation: changed-path Bloom filters use byte words
bloom: parse commit before computing filters
test-bloom: fix usage typo
bloom: fix whitespace around tab length
Diffstat (limited to 'contrib')
-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 b1d6e5ebed..70ad04e1b2 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 ;; |