summaryrefslogtreecommitdiff
path: root/t/t4013/diff.log_-SF_master_--max-count=1
AgeCommit message (Collapse)Author
2011-03-09log: fix --max-count when used together with -S or -GMatthieu Moy
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>