]> git.wh0rd.org - home.git/blobdiff - .gitconfig
use -M/-C when sending e-mails
[home.git] / .gitconfig
index 820f8f1b0b6db41407264935e84231039bda1906..fab891054390d0a9ba5e8fb607e85d2ef0358f4c 100644 (file)
        frag = yellow bold
        whitespace = normal green
        meta = magenta
+[push]
+       default = current
+[alias]
+       a    = add
+       b    = branch
+       bi   = bisect
+       ci   = commit
+       co   = checkout
+       cp   = cherry-pick
+       d    = diff
+       f    = fetch
+       fp   = format-patch
+       l    = log
+       m    = merge
+       rb   = rebase
+       rb-a = rebase --abort
+       rb-c = rebase --continue
+       rb-i = rebase --interactive
+       rb-s = rebase --skip
+       rl   = rev-list
+       se   = send-email -C -M
+       sm   = submodule
+       st   = status
+       t    = tag
+[merge]
+       conflictstyle = diff3
+[rebase]
+       autosquash = true
 [sendemail]
+       chainreplyto = false
        suppressfrom = true
        smtpserver = localhost:1111
 #      smtpserver = zeus.spd.analog.com