summaryrefslogtreecommitdiffstats
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-1/+2
|\
| * check return value from parse_commit() in various functionsMartin Koegler2008-02-181-1/+2
* | deref_tag: handle return value NULLMartin Koegler2008-02-171-1/+1
|/
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* is_repository_shallow(): prototype fix.Junio C Hamano2007-01-211-1/+1
* get_shallow_commits: Avoid memory leak if a commit has been reached already.Alexandre Julliard2006-11-241-1/+3
* Shallow clone: do not ignore shallowness when following tagsAlexandre Julliard2006-11-241-1/+2
* allow deepening of a shallow repositoryJohannes Schindelin2006-11-241-2/+6
* support fetching into a shallow repositoryJohannes Schindelin2006-11-241-0/+97