summaryrefslogtreecommitdiff
path: root/t/t5405-send-pack-rewind.sh
Commit message (Collapse)AuthorAgeFilesLines
* send-pack: segfault fix on forced pushJunio C Hamano2007-11-081-0/+42
When pushing to overwrite a ref that points at a commit we do not even have, the recent "terse push" patch tried to get a unique abbreviation for the non-existent (from our point of view) object, which resulted in strcpy(buf, NULL) and segfaulted. Signed-off-by: Junio C Hamano <gitster@pobox.com>