# Diff helpers
df = diff --patience
dfc = diff --patience --cached
+ dfw = diff --patience --word-diff=plain
+ # Searching
+ ls = ls-files
+ ack = !git-ack
+ # Submodules
+ sub = !git-subup
+ sup = !git-subup pull
# Misc
root = rev-parse --show-toplevel
sh = !git-sh
thanks = !git-thanks
who = shortlog -s --
- sub = !git-subup
- sup = !git-subup pull
fp = format-patch --stdout
- ls = ls-files
[core]
filemode = true