[git-users] git log format without times and/or zone

2013-09-03 Thread Hans Ginzel
Hello! I get with git log --format=%h %ci %s eef5296 2013-08-15 16:37:35 +0200 msg3 1e68ecb 2013-08-14 11:08:22 +0200 msg2 4959e91 2013-07-29 12:03:09 +0200 msg1 How can I achieve this output please? eef5296 2013-08-15 16:37 msg3 1e68ecb 2013-08-14 11:08 msg2 4959e91 2013-07-29 12:03 msg1 Or

Re: [git-users] git log format without times and/or zone

2013-09-03 Thread Hans Ginzel
gives you what you want. It looks like you last example, with only the date. On Tue, Sep 3, 2013 at 10:20 AM, Hans Ginzel ha...@matfyz.czjavascript: wrote: Hello! I get with git log --format=%h %ci %s eef5296 2013-08-15 16:37:35 +0200 msg3 1e68ecb 2013-08-14 11:08:22 +0200 msg2 4959e91

Re: [git-users] git log format without times and/or zone

2013-09-04 Thread Hans Ginzel
Thank you, this reduces the time-zone. But it cannot be stored in configuration like git config --global format.pretty %h %ci %s HG Dne 04.09.2013 08:58, Thomas Ferris Nicolaisen napsal: On Tuesday, September 3, 2013 7:46:47 PM UTC+2, Hans Ginzel wrote: I get eef5296 Thu Aug 15