X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/73165cde4740aae25bcbe379c8f3ad2e6d3d8d5f..8b064239c0c2b15906045455f7f1367796d411a2:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index f39a5fa..78672d1 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -23,15 +23,15 @@ [diff "lisp"] xfuncname = "^\\s*\\(def.*$" +[log] + date = rfc + decorate = true + [format] headers = "Organization: Straylight/Edgeware\n" [color] - diff = auto - status = auto - branch = auto - interactive = auto - grep = auto + ui = auto [color "diff"] plain = normal @@ -64,6 +64,7 @@ [alias] egrep = "grep -E" patch = "format-patch -o p -s" + graph = "log --pretty=oneline --abbrev-commit --graph" release = !"sh -e -c ' \ [ $# -gt 0 ] || { \ echo >&2 \"usage: git release TAG [OPTS]\"; \