X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=gitconfig;fp=gitconfig;h=491456766ff8f33047b494b5f0fdb45d87bd86a0;hp=65fb16402cb1f0e4d8f9e75842c90214f4345f16;hb=d55a1c24af98dc51263bc04f9d08ce2bcfd5722b;hpb=49f54dc98ba5d201bdae8fa18dabfa13bc561679 diff --git a/gitconfig b/gitconfig index 65fb164..4914567 100644 --- a/gitconfig +++ b/gitconfig @@ -3,27 +3,20 @@ [alias] co=checkout -m - ci=commit -s + ci=commit st=!git -p status pop=reset HEAD~1 unstash=stash apply - amend=commit -s --amend - squash=commit -s --amend -C HEAD - debtag=!git tag -f -a -s -m `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'` `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'` - b64=commit -sm'64bits fix' - send=send-email --no-chain-reply-to --suppress-cc all --suppress-from --no-signed-off-by-cc --annotate --compose -C -C -M --patience --to - is-send=send-email --no-chain-reply-to --suppress-cc all --suppress-from --no-signed-off-by-cc --annotate --compose --patience -C -C -M --to corp.software.review@news.intersec.com + amend=commit --amend + squash=commit --amend -C HEAD unstage=reset HEAD -- track=add -N untrack=rm --cached -[merge] - tool=diffuse - [core] #editor=gvim -f editor=vim - excludesfile=/home/madcoder/.git-excludes + excludesfile=~madcoder/.git-excludes preloadindex=true [notes]