[ Note: as much as possible, Cc the reviewers of the previous rounds
when you send a new version ]
David Turner writes:
> +test_expect_success 'git config log.follow is overridden by --no-follow' '
nitpick: two spaces after test_expect_success.
With or without the whitespace fix, the patch
Many users prefer to always use --follow with logs. Rather than
aliasing the command, an option might be more convenient for some.
Signed-off-by: David Turner
---
Documentation/git-log.txt | 6 ++
builtin/log.c | 7 +++
diff.c| 5 +++--
diff.h
Many users prefer to always use --follow with logs. Rather than
aliasing the command, an option might be more convenient for some.
Signed-off-by: David Turner
---
Documentation/git-log.txt | 6 ++
builtin/log.c | 7 +++
diff.c| 5 +++--
diff.h
3 matches
Mail list logo