Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | Merge branch 'jc/maint-rev-list-culled-boundary' | Junio C Hamano | 1 | -0/+20 | |
* 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-14 | list-objects.c: don't add an unparsed NULL as a pending tree | Junio C Hamano | 1 | -0/+27 | |
"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> |