Merge branch 'rs/diff-ihc'
* rs/diff-ihc: diff: add option to show context between close hunks Conflicts: Documentation/diff-options.txt
This commit is contained in:
@ -776,6 +776,7 @@ _git_diff ()
|
||||
--no-ext-diff
|
||||
--no-prefix --src-prefix= --dst-prefix=
|
||||
--base --ours --theirs
|
||||
--inter-hunk-context=
|
||||
"
|
||||
return
|
||||
;;
|
||||
@ -967,6 +968,7 @@ _git_log ()
|
||||
--color-words --walk-reflogs
|
||||
--parents --children --full-history
|
||||
--merge
|
||||
--inter-hunk-context=
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user