X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/517b9a6d560ff6927a39c2937e1334a7e47b622f..71c95f6fb2bf0d4dd903db05ae0f90f9d96591c9:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index e73f4b7..69cca7f 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,14 +83,24 @@ [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 diff = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | mdw-pager [alias] + do = "!sh -e -c ' \ + quiet=; \ + case $#,$1 in 0, | *,*,*) ;; *,-q) quiet=--quiet; shift ;; esac; \ + case $quiet in ?*) ;; *) echo \"Entering toplevel\" ;; esac; \ + (name=\"\"; path=.; toplevel=$(pwd); \ + sha1=$(git rev-parse HEAD); \ + set +e; case $# in 1) eval \"$1\" ;; *) \"$@\" ;; esac); \ + exec git submodule $quiet foreach --recursive \"$@\"' do" egrep = "grep -E" - patches = "format-patch --full-index" graph = "log --pretty=oneline --abbrev-commit --graph" release = !"sh -e -c ' \ [ $# -gt 0 ] || { \ @@ -133,6 +145,9 @@ signedoffbycc = yes suppresscc = self +[mailinfo] + scissors = true + [gui] fontui = -family Sans -size 10 fontdiff = -family Fixed -size 13