summaryrefslogtreecommitdiff
path: root/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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