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