Merge remote-tracking branch 'staging/master'
[profile] / dot / gitconfig.in
index 0bc63d1..9d95d2a 100644 (file)
 
 [format]
        headers = "Organization: Straylight/Edgeware\n"
+       from = Mark Wooding <@email@>
        coverletter = auto
        thread = shallow
        signature = "[mdw]"
+       outputdirectory = p/
 
 [color]
        ui = auto
 [color "grep"]
        external = --color=always
 
+[column]
+       ui = auto column dense
+
 [pager]
-       log = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less
-       show = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less
-       diff = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less
+       log = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager
+       show = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager
+       diff = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager
 
 [alias]
        egrep = "grep -E"
-       patches = "format-patch --full-index"
        graph = "log --pretty=oneline --abbrev-commit --graph"
        release = !"sh -e -c ' \
                [ $# -gt 0 ] || { \
        signedoffbycc = yes
        suppresscc = self
 
+[mailinfo]
+       scissors = true
+
 [gui]
        fontui = -family Sans -size 10
        fontdiff = -family Fixed -size 13