Re: [PATCH 3/4] log --count: added test

2015-07-02 Thread Remi Galan Alfonso
Hi Lawrence, Lawrence Siebert lawrencesieb...@gmail.com writes: +test_expect_success 'log --count' ' +git log --count HEAD actual +gitrev-list --count HEAD expect Why the huge space here between 'git' and 'rev-list'? Also no space after the redirection (''), it

[PATCH 3/4] log --count: added test

2015-07-01 Thread Lawrence Siebert
added test comparing output between git log --count HEAD and git rev-list --count HEAD Signed-off-by: Lawrence Siebert lawrencesieb...@gmail.com --- t/t4202-log.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/t/t4202-log.sh b/t/t4202-log.sh index 1b2e981..077952b 100755 ---