From 711d436f3493e2be12211d6c2149dc567980b5b1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 11 Aug 2012 22:12:45 +0200 Subject: [PATCH] gitconfig: Add missing timezone in reference. --- gitconfig.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.44.1