projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a3ad9a0
b72a190
)
Merge branch 'jk/revision-walk-stop-at-max-count'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 22 Jul 2012 19:56:30 +0000
(12:56 -0700)
committer
Junio 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
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
revision.c
Simple merge