From: Simon Ruderich Date: Sat, 11 Aug 2012 20:12:45 +0000 (+0200) Subject: gitconfig: Add missing timezone in reference. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=711d436f3493e2be12211d6c2149dc567980b5b1 gitconfig: Add missing timezone in reference. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index ced4fe1..a48ee48 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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]