Merge branch 'jk/for-each-reflog-ent-reverse'
commit6f3abb7a8743bbd0bffa11a3f5df84d0da532c59
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:32 +0000 (22 12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:32 +0000 (22 12:27 -0800)
tree05d573b673ca97526d8a1a1c05dc4b3672ed89ec
parent12b9f08953f4f558789f833b0fe438c25ce6d4b1
parent69216bf72be2be4f8aa932324b3145d3f395cdc6
Merge branch 'jk/for-each-reflog-ent-reverse'

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
refs.c
t/t1410-reflog.sh