]> code.delx.au - dotfiles/blobdiff - .gitconfig
git: changed graphlog colours
[dotfiles] / .gitconfig
index 1cf7414ad17ecaff1fb394ba381e01af193cd763..bf65f4c1ef505c9763a0feaffd6832253a0bc8e5 100644 (file)
@@ -1,7 +1,6 @@
 [user]
        name = James Bunton
        email = jamesbunton@delx.net.au
-
 [color]
        ui = always
 [core]
@@ -9,3 +8,5 @@
        editor = vim
 [log]
        decorate = full
+[alias]
+       graphlog = log --graph --pretty=format:'%C(bold black)%h%Creset %C(bold red)%ad %C(bold blue)%s%Creset %C(bold yellow)%d%Creset %C(bold black)<%an>%Creset' --date=short