* Use RFC822 date format rather than the default in logs.
* Decorate logs with ref names.
* New alias for drawing a convenient commit graph.
[diff "lisp"]
xfuncname = "^\\s*\\(def.*$"
[diff "lisp"]
xfuncname = "^\\s*\\(def.*$"
+[log]
+ date = rfc
+ decorate = true
+
[format]
headers = "Organization: Straylight/Edgeware\n"
[color]
[format]
headers = "Organization: Straylight/Edgeware\n"
[color]
- diff = auto
- status = auto
- branch = auto
- interactive = auto
- grep = auto
[color "diff"]
plain = normal
[color "diff"]
plain = normal
[alias]
egrep = "grep -E"
patch = "format-patch -o p -s"
[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]\"; \
release = !"sh -e -c ' \
[ $# -gt 0 ] || { \
echo >&2 \"usage: git release TAG [OPTS]\"; \