Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Introduce for_each_recent_reflog_ent().
author
Junio C Hamano
<gitster@pobox.com>
Tue, 20 Jan 2009 06:18:29 +0000
(22:18 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 20 Jan 2009 06:18:29 +0000
(22:18 -0800)
This can be used to scan only the last few kilobytes of a reflog, as a
cheap optimization when the data you are looking for is likely to be
found near the end of it. The caller is expected to fall back to the
full scan if that is not the case.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
101d15e
)
No differences found