update, use zeal
This commit is contained in:
parent
b361bf52e1
commit
1225e52427
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
blame = "gblame"
|
||||
reabsorb = rebase -i --autosquash
|
||||
flog = "!f() { git ls-tree -r --full-name HEAD | awk '{print $4}' | xargs -i sh -c 'echo $(git log --oneline {} | wc -l) {}'; }; f"
|
||||
fileprimary = "!f() { git blame --line-porcelain $@ | grep \"author \" | cut -d \" \" -f 2- | sort | uniq -c | sort -n | tail -n 1 | sed -e 's/\\s\\+[0-9]\\+ //g'; }; f"
|
||||
|
||||
[diff]
|
||||
renamelimit = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue