Skip to content

Commit

Permalink
Merge branch 'tb/complete-diff-ignore-blank-lines'
Browse files Browse the repository at this point in the history
* tb/complete-diff-ignore-blank-lines:
  completion: Add --ignore-blank-lines for diff
  • Loading branch information
Junio C Hamano committed Sep 19, 2014
2 parents 14e2ae6 + c254516 commit b6de2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
--full-index --binary --abbrev --diff-filter=
--find-copies-harder
--text --ignore-space-at-eol --ignore-space-change
--ignore-all-space --exit-code --quiet --ext-diff
--no-ext-diff
--ignore-all-space --ignore-blank-lines --exit-code
--quiet --ext-diff --no-ext-diff
--no-prefix --src-prefix= --dst-prefix=
--inter-hunk-context=
--patience --histogram --minimal
Expand Down

0 comments on commit b6de2dc

Please sign in to comment.