Re: Replicating the default "git log" format with a format string.

2015-11-13 Thread Jeff King
On Fri, Nov 13, 2015 at 01:41:23PM -0800, Jacob Keller wrote: > On Thu, Nov 12, 2015 at 9:38 PM, Jeff King wrote: > >> Is it possible to exactly replicate the default "git log" format with a > >> format string? > > > > Sadly, no, I don't think it is possible with the current format > > specifiers

Re: Replicating the default "git log" format with a format string.

2015-11-13 Thread Jacob Keller
On Thu, Nov 12, 2015 at 9:38 PM, Jeff King wrote: >> Is it possible to exactly replicate the default "git log" format with a >> format string? > > Sadly, no, I don't think it is possible with the current format > specifiers. It would be nice if it was, though. > > -Peff > -- Isn't this something

Re: Replicating the default "git log" format with a format string.

2015-11-12 Thread Jeff King
On Thu, Nov 12, 2015 at 12:55:53AM +, Kannan Goundan wrote: > For our workflow, author dates aren't very useful. I'm looking for a way to > configure Git so that "git log" shows commit dates instead of author dates. > "--pretty=fuller" gets me almost what I want, but I'd like to avoid the >

Replicating the default "git log" format with a format string.

2015-11-11 Thread Kannan Goundan
For our workflow, author dates aren't very useful. I'm looking for a way to configure Git so that "git log" shows commit dates instead of author dates. "--pretty=fuller" gets me almost what I want, but I'd like to avoid the extra two lines if possible. I tried achieving this by putting a custom