X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=gitconfig;h=65fb16402cb1f0e4d8f9e75842c90214f4345f16;hb=901f0486e49163e44626809ac42a18c6a1dd52bf;hp=095e84d31360058a2f9fe80c18819374fbc852c1;hpb=56894d8e51e7d0ca54c798431fb3428245f6ce13;p=~madcoder%2Fdotfiles.git diff --git a/gitconfig b/gitconfig index 095e84d..65fb164 100644 --- a/gitconfig +++ b/gitconfig @@ -1,57 +1,92 @@ [madcoder] - up-gitk=true + up-gitk=true [alias] - co=checkout -m - ci=commit -s - st=!git -p status - pop=reset HEAD~1 - unstash=stash apply - amend=commit -s --amend - squash=commit -s --amend -C HEAD - p=!git push origin 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 --annotate --compose -C -C -M -n --to - stage=add - unstage=reset HEAD -- - track=add -N - untrack=rm --cached + co=checkout -m + ci=commit -s + 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 + unstage=reset HEAD -- + track=add -N + untrack=rm --cached + +[merge] + tool=diffuse [core] - #editor=gvim -f - editor=vim - excludesfile=/home/madcoder/.git-excludes + #editor=gvim -f + editor=vim + excludesfile=/home/madcoder/.git-excludes + preloadindex=true + +[notes] + displayRef = refs/notes/* + +[push] + default = upstream [user] - name = Pierre Habouzit - email = madcoder@debian.org + name = Pierre Habouzit + email = madcoder@debian.org [color] - ui = auto - diff = auto - branch = auto - status = auto - pager = true - interactive = auto + ui = auto + diff = auto + branch = auto + status = auto + pager = true + interactive = auto + grep = auto [color "diff"] - meta = green - frag = yellow - old = magenta - new = bold cyan -; message = bold + meta = green + frag = yellow + old = magenta + new = bold cyan [color "status"] - header = bold blue - added = green - changed = bold red - untracked = bold yellow + header = bold blue + added = green + changed = bold red + untracked = bold yellow [merge] - verbosity = 1 + verbosity = 1 + conflictstyle = diff3 [clean] - requireForce = false + requireForce = false [pack] - threads = 0 + threads = 0 +[advice] + pushNonFastForward = false + statusHints = false [status] - submodulesummary = 1 + submodulesummary = 1 + +[merge "dpkg-mergechangelogs"] + name = debian/changelog merge driver + driver = dpkg-mergechangelogs -m %O %A %B %A +[sendemail] + aliasesfile = /home/madcoder/.mutt/aliases + aliasfiletype = mutt + +[url "gitolite@git.corp:"] + insteadOf = ssh://git.corp/srv/git/ + insteadOf = git.corp:/srv/git/ +[reviewboard] + url = http://reviews.corp/ +[url "git://anonscm.debian.org"] + insteadOf = git://git.debian.org + insteadOf = git.debian.org: +[url "ssh://git.debian.org"] + pushInsteadOf = git://git.debian.org + pushInsteadOf = git.debian.org: + +[branch "*"] + mergeoptions = -Xpatience