Set diff algo to histogram, add user.email
This commit is contained in:
parent
c158ab3dcd
commit
29371f8ed2
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = "Martin Larsson"
|
name = "Martin Larsson"
|
||||||
|
email = "larssonmartin1998@gmail.com"
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
compression = 9
|
compression = 9
|
||||||
|
|
@ -16,6 +17,7 @@
|
||||||
context = 3
|
context = 3
|
||||||
renames = copies
|
renames = copies
|
||||||
interHunkContext = 10
|
interHunkContext = 10
|
||||||
|
algorithm = histogram
|
||||||
|
|
||||||
[pager]
|
[pager]
|
||||||
diff = diff-so-fancy | $PAGER
|
diff = diff-so-fancy | $PAGER
|
||||||
|
|
@ -43,6 +45,7 @@
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
ff = false
|
ff = false
|
||||||
|
diffAlgorithm = histogram
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
abbrevCommit = true
|
abbrevCommit = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue