Merge branch 'jk/revision-walk-stop-at-max-count'
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 19:56:30 +0000 (12:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 19:56:30 +0000 (12:56 -0700)
"git log -n 1 -- rarely-touched-path" was spending unnecessary
cycles after showing the first change to find the next one, only to
discard it.

* jk/revision-walk-stop-at-max-count:
  revision: avoid work after --max-count is reached

1  2 
revision.c

diff --cc revision.c
Simple merge