summaryrefslogtreecommitdiff
path: root/t/t6110-rev-list-sparse.sh
AgeCommit message (Collapse)Author
2011-03-23Merge branch 'jc/maint-rev-list-culled-boundary'Junio C Hamano
* jc/maint-rev-list-culled-boundary: list-objects.c: don't add an unparsed NULL as a pending tree Conflicts: list-objects.c
2011-03-14list-objects.c: don't add an unparsed NULL as a pending treeJunio C Hamano
"git rev-list --first-parent --boundary $commit^..$commit" segfaults on a merge commit since 8d2dfc4 (process_{tree,blob}: show objects without buffering, 2009-04-10), as it tried to dereference a commit that was discarded as UNINTERESTING without being parsed (hence lacking "tree"). Signed-off-by: Junio C Hamano <gitster@pobox.com>