Re: [RFC v2] reflog: show committer date in verbose mode

2013-06-03 Thread Junio C Hamano
Jiang Xin writes: > 2013/6/3 Ramkumar Ramachandra : >> Jiang Xin wrote: >>> It will be nice to add this pretty formatter automatically when run >>> `git reflog` in verbose mode. And in order to support verbose mode, add >>> new flag "verbose" in struct rev_info. >> >> Sorry I missed earlier revis

Re: [RFC v2] reflog: show committer date in verbose mode

2013-06-03 Thread Jiang Xin
2013/6/3 Ramkumar Ramachandra : > Jiang Xin wrote: >> It will be nice to add this pretty formatter automatically when run >> `git reflog` in verbose mode. And in order to support verbose mode, add >> new flag "verbose" in struct rev_info. > > Sorry I missed earlier revisions of this patch. General

Re: [RFC v2] reflog: show committer date in verbose mode

2013-06-03 Thread Duy Nguyen
On Mon, Jun 3, 2013 at 5:00 PM, Ramkumar Ramachandra wrote: > Jiang Xin wrote: >> It will be nice to add this pretty formatter automatically when run >> `git reflog` in verbose mode. And in order to support verbose mode, add >> new flag "verbose" in struct rev_info. > > Sorry I missed earlier revi

Re: [RFC v2] reflog: show committer date in verbose mode

2013-06-03 Thread Ramkumar Ramachandra
Jiang Xin wrote: > It will be nice to add this pretty formatter automatically when run > `git reflog` in verbose mode. And in order to support verbose mode, add > new flag "verbose" in struct rev_info. Sorry I missed earlier revisions of this patch. Generally speaking, "verbose" is a bad way to c

[RFC v2] reflog: show committer date in verbose mode

2013-06-02 Thread Jiang Xin
By default, reflog won't show committer date and for some cases won't show commit log either. It will be helpful to show them all by passing a more complicated pretty formatter to `git reflog` like this: $ git reflog show \ --pretty="%Cred%h%Creset %gd: %gs%n >> %Cblue%ci (%cr)%Creset: