summaryrefslogtreecommitdiff
path: root/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+1
* Clarify fetch error for missing objects.Alex Riesen2006-12-121-7/+8
* Clean-up lock-ref implementationJunio C Hamano2006-09-271-1/+1
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-2/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Fix http-fetchJohannes Schindelin2006-07-281-3/+3
* Teach git-local-fetch the --stdin switchPetr Baudis2006-07-271-0/+40
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-271-33/+45
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-271-4/+2
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-4/+4
* Shrink "struct object" a bitLinus Torvalds2006-06-171-8/+6
* ref-log: style fixes.Junio C Hamano2006-06-061-2/+4
* Merge branch 'lt/tree-2'Junio C Hamano2006-06-031-9/+22
|\
| * fetch.c: do not call process_tree() from process_tree().Junio C Hamano2006-06-021-3/+10
| * tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-11/+5
| * Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds2006-05-291-9/+15
| * Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-5/+11
* | fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano2006-05-311-4/+7
* | Merge branch 'master' into sp/reflogJunio C Hamano2006-05-241-5/+2
|\ \ | |/
| * fetch.c: remove an unused variable and dead code.Junio C Hamano2006-05-241-17/+3
* | Log ref updates made by fetch.Shawn Pearce2006-05-191-2/+15
* | Improve abstraction of ref lock/write.Shawn Pearce2006-05-171-15/+17
|/
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-101-1/+1
* [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-271-1/+4
* [PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov2005-09-231-0/+1
* [PATCH] fetch.c: Do not build object ref listsSergey Vlasov2005-09-231-0/+1
* [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-221-1/+0
* [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-221-3/+3
* [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-221-2/+0
* [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-221-8/+5
* [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-221-3/+1
* [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-221-6/+1
* [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-221-0/+5
* [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-221-13/+10
* fetch() assumes we do not have the object.Junio C Hamano2005-09-181-1/+1
* Improve the safety check used in fetch.cJunio C Hamano2005-09-181-32/+44
* [PATCH] fetch.c: cleanupsJunio C Hamano2005-09-161-11/+8
* Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano2005-09-151-0/+1
* [PATCH] Fix fetch completeness assumptionsDaniel Barkalow2005-09-151-2/+26
* Big tool rename.Junio C Hamano2005-09-071-0/+210