mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
251df09be3
The --max-count limit is implemented by counting revisions in get_revision(), but the -S and -G take effect later when running diff. Hence "--max-count=10 -Sfoo" meant "examine the 10 first revisions, and out of them, show only those changing the occurences of foo", not "show 10 revisions changing the occurences of foo". In case the commit isn't actually shown, cancel the decrement of max_count. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 lines
37 B
Text
2 lines
37 B
Text
$ git log -SF master --max-count=0
|
|
$
|