]> git.neil.brown.name Git - git.git/commit
Merge branch 'jk/reflog-walk-maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jul 2017 20:42:52 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jul 2017 20:42:53 +0000 (13:42 -0700)
commit4dc59cba817c30c152b72c3716dc28288769647d
treeda35578d2c637ca3b8a3839027574138780d9e44
parente7fc60ad16aae3f97870d8de88c9f84a6bb209f8
parente30d463d450286ffafb442ecc7686df4004c06ff
Merge branch 'jk/reflog-walk-maint'

After "git branch --move" of the currently checked out branch, the
code to walk the reflog of HEAD via "log -g" and friends
incorrectly stopped at the reflog entry that records the renaming
of the branch.

* jk/reflog-walk-maint:
  reflog-walk: include all fields when freeing complete_reflogs
  reflog-walk: don't free reflogs added to cache
  reflog-walk: duplicate strings in complete_reflogs list
  reflog-walk: skip over double-null oid due to HEAD rename
reflog-walk.c