On Wed, Feb 8, 2017 at 6:11 AM, Davide Del Vento <ddvento@xxxxxxxx> 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