Merge branch 'jk/for-each-reflog-ent-reverse'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:32 +0000 (12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:32 +0000 (12:27 -0800)
The code that reads the reflog from the newer to the older entries
did not handle an entry that crosses a boundary of block it uses to
read them correctly.

* jk/for-each-reflog-ent-reverse:
for_each_reflog_ent_reverse: turn leftover check into assertion
for_each_reflog_ent_reverse: fix newlines on block boundaries

No differences found