|
|
@ -8,7 +8,7 @@
|
|
|
|
safecrlf = true
|
|
|
|
safecrlf = true
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
excludesfile = /Users/alpha/.gitignore
|
|
|
|
quotepath = false
|
|
|
|
quotepath = false
|
|
|
|
pager = less -S
|
|
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
|
|
[alias]
|
|
|
|
[alias]
|
|
|
|
g = grep --break --heading --line-number
|
|
|
|
g = grep --break --heading --line-number
|
|
|
|
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
|
|
|
|
standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`"
|
|
|
@ -51,6 +51,7 @@
|
|
|
|
[diff]
|
|
|
|
[diff]
|
|
|
|
algorithm = patience
|
|
|
|
algorithm = patience
|
|
|
|
tool = icdiff
|
|
|
|
tool = icdiff
|
|
|
|
|
|
|
|
compactionHeuristic = true
|
|
|
|
[fetch]
|
|
|
|
[fetch]
|
|
|
|
prune = true
|
|
|
|
prune = true
|
|
|
|
[tag]
|
|
|
|
[tag]
|
|
|
@ -63,3 +64,7 @@
|
|
|
|
; insteadof = https://github.com/
|
|
|
|
; insteadof = https://github.com/
|
|
|
|
[transfer]
|
|
|
|
[transfer]
|
|
|
|
fsckobjects = true
|
|
|
|
fsckobjects = true
|
|
|
|
|
|
|
|
[submodule]
|
|
|
|
|
|
|
|
fetchJobs = 4
|
|
|
|
|
|
|
|
[commit]
|
|
|
|
|
|
|
|
verbose = true
|
|
|
|