aboutsummaryrefslogtreecommitdiffstats
path: root/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06ref-log: style fixes.Junio C Hamano1-2/+4
2006-06-03Merge branch 'lt/tree-2'Junio C Hamano1-9/+22
2006-06-02fetch.c: do not call process_tree() from process_tree().Junio C Hamano1-3/+10
2006-05-31fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano1-4/+7
2006-05-30tree_entry(): new tree-walking helper functionLinus Torvalds1-11/+5
2006-05-29Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds1-9/+15
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-5/+11
2006-05-24Merge branch 'master' into sp/reflogJunio C Hamano1-5/+2
2006-05-24fetch.c: remove an unused variable and dead code.Junio C Hamano1-17/+3
2006-05-19Log ref updates made by fetch.Shawn Pearce1-2/+15
2006-05-17Improve abstraction of ref lock/write.Shawn Pearce1-15/+17
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld1-1/+1
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow1-1/+4
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov1-0/+1
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov1-0/+1
2005-09-22[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov1-1/+0
2005-09-22[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov1-3/+3
2005-09-22[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov1-2/+0
2005-09-22[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov1-8/+5
2005-09-22[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov1-3/+1
2005-09-22[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov1-6/+1
2005-09-22[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov1-0/+5
2005-09-22[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov1-13/+10
2005-09-18fetch() assumes we do not have the object.Junio C Hamano1-1/+1
2005-09-18Improve the safety check used in fetch.cJunio C Hamano1-32/+44
2005-09-16[PATCH] fetch.c: cleanupsJunio C Hamano1-11/+8
2005-09-15Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano1-0/+1
2005-09-15[PATCH] Fix fetch completeness assumptionsDaniel Barkalow1-2/+26
2005-09-07Big tool rename.Junio C Hamano1-0/+210