Merge branch 'dk/reflog-walk-with-non-commit'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Jan 2016 19:43:32 +0000 (11:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Jan 2016 19:43:32 +0000 (11:43 -0800)
"git reflog" incorrectly assumed that all objects that used to be
at the tip of a ref must be commits, which caused it to segfault.

* dk/reflog-walk-with-non-commit:
reflog-walk: don't segfault on non-commit sha1's in the reflog

1  2 
reflog-walk.c
diff --cc reflog-walk.c
Simple merge