summaryrefslogtreecommitdiff
path: root/shallow.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/upload-pack-off-by-one-dead-code-removal'Junio C Hamano2013-07-221-11/+6
|\
| * upload-pack: remove a piece of dead codemk/upload-pack-off-by-one-dead-code-removalMatthijs Kooijman2013-07-151-11/+6
* | fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-2/+40
|/
* upload-pack: fix off-by-one depth calculation in shallow cloneNguyễn Thái Ngọc Duy2013-01-111-1/+7
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-1/+1
* 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