X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=a48ee485d03192d4b96c0ba581101c61485a05ee;hb=711d436f3493e2be12211d6c2149dc567980b5b1;hp=ced4fe14c129b8a63e3cddf41021a878dc350d3d;hpb=963b33e5c25b4473501c89f68f9a401bf9b68ad6;p=config%2Fdotfiles.git 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]