summaryrefslogtreecommitdiffstats
path: root/shallow.c
AgeCommit message (Expand)AuthorLines
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano-1/+2
2008-02-18check return value from parse_commit() in various functionsMartin Koegler-1/+2
2008-02-17deref_tag: handle return value NULLMartin Koegler-1/+1
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-01-21is_repository_shallow(): prototype fix.Junio C Hamano-1/+1
2006-11-24get_shallow_commits: Avoid memory leak if a commit has been reached already.Alexandre Julliard-1/+3
2006-11-24Shallow clone: do not ignore shallowness when following tagsAlexandre Julliard-1/+2
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin-2/+6
2006-11-24support fetching into a shallow repositoryJohannes Schindelin-0/+97