From 07c3e337195430da1569be6209c88101e3dcf691 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 2 Sep 2017 22:23:56 +0300 Subject: .gitconfig: add comment to alias.xx --- %HOME%/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '%HOME%') diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index e4dee73..18eea51 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -20,6 +20,8 @@ ll = log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s" lll = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m" + # I think this is only usable on Cygwin, given all the file permission + # madness there: xx = update-index --add --chmod=+x [fetch] prune = true -- cgit v1.2.3