]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dk/reflog-walk-with-non-commit' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2016 22:54:10 +0000 (14:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2016 22:54:10 +0000 (14:54 -0800)
commit90b99869d4ab750b7de0250f02d4c3f08c86f61b
treef67e438274e8802d0f11e95a8e7df969f1c41bdb
parent7aae9ba6613c38d9f275955af80881fb67ddbd8a
parentaecad374ae7492cc7b2add5fa416d43e1f68c18e
Merge branch 'dk/reflog-walk-with-non-commit' into maint

"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
reflog-walk.c