diff options
Diffstat (limited to 'etc/git/gitconfig')
| -rw-r--r-- | etc/git/gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/git/gitconfig b/etc/git/gitconfig index 4dc2f696062..e4e1f319334 100644 --- a/etc/git/gitconfig +++ b/etc/git/gitconfig | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | [diff] | ||
| 2 | # This does wonder to avoid fragmenting the hunks of package additions | ||
| 3 | # that would confuse the diff and make individually staging the added | ||
| 4 | # packages troublesome. | ||
| 5 | algorithm = histogram | ||
| 6 | |||
| 1 | [diff "scheme"] | 7 | [diff "scheme"] |
| 2 | xfuncname = "^(\\(define.*)$" | 8 | xfuncname = "^(\\(define.*)$" |
| 3 | 9 | ||
