]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add missing timezone in reference.
authorSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:12:45 +0000 (22:12 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:12:45 +0000 (22:12 +0200)
gitconfig.m4

index ced4fe14c129b8a63e3cddf41021a878dc350d3d..a48ee485d03192d4b96c0ba581101c61485a05ee 100644 (file)
@@ -96,7 +96,7 @@ include(../lib.m4)
        # tig-like log view.
        glog = log --pretty=oneline --graph --all
        # Push to all remotes. Thanks to albel727 in #git on Freenode
-       # (2011-06-04 16:06) for the idea.
+       # (2011-06-04 16:06 CEST) for the idea.
        rp = ! git remote | xargs -L1 -I{} git push {}
 
 [diff]