Re: The --name-only option for git log does not play nicely with --graph

2017-02-07 Thread Duy Nguyen
On Wed, Feb 8, 2017 at 6:11 AM, Davide Del Vento  wrote:
> `git log --graph  --name-only` works fine, but the name is not
> properly indented as it is for `git log --graph  --name-status`
>
> I tested this in git v1.9.1 the only one I have access at the moment

Confirmed still happens on master. --stat plays nicely with --graph
though, so it's probably just some small fixes somewhere in diff*.c.
-- 
Duy


The --name-only option for git log does not play nicely with --graph

2017-02-07 Thread Davide Del Vento
`git log --graph  --name-only` works fine, but the name is not
properly indented as it is for `git log --graph  --name-status`

I tested this in git v1.9.1 the only one I have access at the moment

Regards,
Davide Del Vento,
NCAR Computational & Information Services Laboratory