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
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
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
>
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
4 matches
Mail list logo