Skip to content

Commit f135aac

Browse files
Eric Raiblegitster
authored andcommitted
Completion: add missing '=' for 'diff --diff-filter'
Signed-off-by: Eric Raible <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 26463c8 commit f135aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ _git_diff ()
771771
__gitcomp "--cached --stat --numstat --shortstat --summary
772772
--patch-with-stat --name-only --name-status --color
773773
--no-color --color-words --no-renames --check
774-
--full-index --binary --abbrev --diff-filter
774+
--full-index --binary --abbrev --diff-filter=
775775
--find-copies-harder --pickaxe-all --pickaxe-regex
776776
--text --ignore-space-at-eol --ignore-space-change
777777
--ignore-all-space --exit-code --quiet --ext-diff

0 commit comments

Comments
 (0)