summaryrefslogtreecommitdiff
path: root/path-list.c
Commit message (Collapse)AuthorAgeFilesLines
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-2/+1
| | | | | | | Jonas noticed some places say "if (X) free(X)" which is totally unnecessary. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Extract helper bits from c-merge-recursive workJohannes Schindelin2006-07-261-0/+105
This backports the pieces that are not uncooked from the merge-recursive WIP we have seen earlier, to be used in git-mv rewritten in C. Signed-off-by: Junio C Hamano <junkio@cox.net>