See if:

git log --format="%h %cd %s"

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 <h...@matfyz.cz> 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 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 even this?
>
> eef5296 2013-08-15 msg3
> 1e68ecb 2013-08-14 msg2
> 4959e91 2013-07-29 msg1
>
> Thanks
> HG
>
> PS: git version 1.7.1
> https://www.kernel.org/pub/software/scm/git/docs/git-log.html
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
As of next week, passwords will be entered in Morse code.

Maranatha! <><
John McKown

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to