summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2016-12-09 18:53:43 -0800
committerJesse Luehrs <doy@tozt.net>2016-12-09 18:54:53 -0800
commitacc3871753d765584b5e473acc8ae0090a822353 (patch)
treeba4c26279aeb5e0b73dcc5c67feba0947edd2db6 /gitconfig
parentc55a42d43ecca8a06c5ec4e1e68db6b4680db3a4 (diff)
downloadconf-acc3871753d765584b5e473acc8ae0090a822353.tar.gz
conf-acc3871753d765584b5e473acc8ae0090a822353.zip
new versions of git don't allow messing with exec-path
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 30910b9..2e59ae0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -35,6 +35,12 @@
stashed = stash list --pretty=format:'%gd: %Cred%h%Creset %Cgreen[%ar]%Creset %s'
refix = "!f() { env EDITOR=true git rebase -i \"$@\"; }; f"
gc-aggressive = "!f() { git repack -Abd --window=250 --depth=250 --window-memory=1g && git prune --expire \"1 day ago\" && rm -f .git/gc.log && git gc; }; f"
+ blame-stats = !~/.bin/git/git-blame-stats
+ file-size = !~/.bin/git/git-file-size
+ imerge = !~/.bin/git/git-imerge
+ rebase-under = !~/.bin/git/git-rebase-under
+ re-edit = !~/.bin/git/git-re-edit
+ treehash = !~/.bin/git/git-treehash
[github]
user = doy
[color]