Thread (1 message) 1 message, 1 author, 2016-06-15

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

From: Matthieu Moy <hidden>
Date: 2016-06-15 23:05:38

Matthieu Moy [off-list ref] writes:
Also, some revision-limiting options can reduce the count like

git log --grep whatever
OK, --grep seems to work, but -S and -G do not:

$ ./bin-wrappers/git log -Sfoo --count
40012
$ ./bin-wrappers/git log -Sfoo --oneline | wc -l
925
$ ./bin-wrappers/git log --count                 
40012

See 251df09 (log: fix --max-count when used together with -S or -G,
2011-03-09) for a start of an explanation.

If implementing a proper count is too hard, one option is to forbid
--count -S and --count -G to avoid confusion.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help