Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | free(NULL) is perfectly valid. | Junio C Hamano | 2006-08-27 | 1 | -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 work | Johannes Schindelin | 2006-07-26 | 1 | -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> |