aboutsummaryrefslogtreecommitdiffstats
path: root/path-list.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Rename path_list to string_listJohannes Schindelin1-134/+0
2008-03-01path-list: add functions to work with unsorted listsJohannes Schindelin1-0/+30
2007-08-15path-list.c: always free strdup'ed pathsRené Scharfe1-6/+8
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-11-11path-list: fix path-list-insert return valueJunio C Hamano1-1/+1
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-27free(NULL) is perfectly valid.Junio C Hamano1-2/+1
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin1-0/+105