X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/517b9a6d560ff6927a39c2937e1334a7e47b622f..e2bf49e8e60e108d638d36c2ab3d952955506d51:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index e73f4b7..9d95d2a 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -46,9 +46,11 @@ [format] headers = "Organization: Straylight/Edgeware\n" + from = Mark Wooding <@email@> coverletter = auto thread = shallow signature = "[mdw]" + outputdirectory = p/ [color] ui = auto @@ -81,6 +83,9 @@ [color "grep"] external = --color=always +[column] + ui = auto column dense + [pager] 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 @@ -88,7 +93,6 @@ [alias] egrep = "grep -E" - patches = "format-patch --full-index" graph = "log --pretty=oneline --abbrev-commit --graph" release = !"sh -e -c ' \ [ $# -gt 0 ] || { \ @@ -133,6 +137,9 @@ signedoffbycc = yes suppresscc = self +[mailinfo] + scissors = true + [gui] fontui = -family Sans -size 10 fontdiff = -family Fixed -size 13