30 Commits (7a9b4c5fe3b8d291063c398ecb655281a60b2be7)

Author SHA1 Message Date
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Junio C Hamano e5f38ec3c5 ref-log: style fixes. 19 years ago
Junio C Hamano 6f9012b625 fetch.c: do not call process_tree() from process_tree(). 19 years ago
Junio C Hamano 99bd0f5558 fetch.c: do not pass uninitialized lock to unlock_ref(). 19 years ago
Linus Torvalds 4c068a9831 tree_entry(): new tree-walking helper function 19 years ago
Linus Torvalds 1bc995a392 Convert fetch.c: process_tree() to raw tree walker 19 years ago
Linus Torvalds 2d9c58c69d Remove "tree->entries" tree-entry list from tree parser 19 years ago
Linus Torvalds 097dc3d8c3 Remove "tree->entries" tree-entry list from tree parser 19 years ago
Junio C Hamano 84c667ff97 fetch.c: remove an unused variable and dead code. 19 years ago
Shawn Pearce d0740d92be Log ref updates made by fetch. 19 years ago
Shawn Pearce 4bd18c43d9 Improve abstraction of ref lock/write. 19 years ago
Nick Hengeveld 11f0dafe2b [PATCH] Don't fetch objects that exist in the local repository 19 years ago
Daniel Barkalow 820eca68c2 [PATCH] Implement --recover for git-*-fetch 19 years ago
Sergey Vlasov d35bbe0b2e [PATCH] fetch.c: Plug memory leak in process_tree() 19 years ago
Sergey Vlasov a95cb6fb6b [PATCH] fetch.c: Do not build object ref lists 19 years ago
Sergey Vlasov 2c08b36383 [PATCH] fetch.c: Remove call to parse_object() from process() 19 years ago
Sergey Vlasov 24451c3103 [PATCH] fetch.c: Clean up object flag definitions 19 years ago
Sergey Vlasov 2449696bcd [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() 19 years ago
Sergey Vlasov 7b64d06b2e [PATCH] fetch.c: Remove some duplicated code in process() 19 years ago
Sergey Vlasov 51d8faf860 [PATCH] fetch.c: Remove redundant TO_FETCH flag 19 years ago
Sergey Vlasov 754ac00e71 [PATCH] fetch.c: Remove redundant SCANNED flag 19 years ago
Sergey Vlasov a82d07e5e6 [PATCH] fetch.c: Make process() look at each object only once 19 years ago
Sergey Vlasov 80077f0716 [PATCH] fetch.c: Remove useless lookup_object_type() call in process() 19 years ago
Sergey Vlasov 4041483e5a [PATCH] fetch.c: Remove call to parse_object() from process() 19 years ago
Sergey Vlasov 478dbeec99 [PATCH] fetch.c: Clean up object flag definitions 19 years ago
Sergey Vlasov a85988d292 [PATCH] fetch.c: Remove redundant test of TO_SCAN in process() 19 years ago
Sergey Vlasov 5de0bfffbc [PATCH] fetch.c: Remove some duplicated code in process() 19 years ago
Sergey Vlasov c5c0f452f5 [PATCH] fetch.c: Remove redundant TO_FETCH flag 19 years ago
Sergey Vlasov 125beb1e27 [PATCH] fetch.c: Remove redundant SCANNED flag 19 years ago
Sergey Vlasov f9cff26912 [PATCH] fetch.c: Make process() look at each object only once 19 years ago
Sergey Vlasov e8d2a6d483 [PATCH] fetch.c: Remove useless lookup_object_type() call in process() 19 years ago
Junio C Hamano 029f6de377 fetch() assumes we do not have the object. 19 years ago
Junio C Hamano 85d106c267 Improve the safety check used in fetch.c 19 years ago
Junio C Hamano d0ac30f20c [PATCH] fetch.c: cleanups 19 years ago
Junio C Hamano 98533b90cb Avoid wasting memory while keeping track of what we have during fetch. 19 years ago
Daniel Barkalow 22c6e1d0f7 [PATCH] Fix fetch completeness assumptions 19 years ago
Junio C Hamano 215a7ad1ef Big tool rename. 19 years ago
Jason Riedy c7c81b3a51 Fix ?: statements. 20 years ago
Daniel Barkalow 0d62fb5672 [PATCH] Also parse objects we already have 20 years ago
Daniel Barkalow f88fcf8bab [PATCH] Fix parallel pull dependancy tracking. 20 years ago
barkalow@iabervon.org 1e8be59d14 [PATCH] Parallelize the pull algorithm 20 years ago
Junio C Hamano c4584ae3fd [PATCH] Remove "delta" object representation. 20 years ago
Daniel Barkalow 3173bd4969 [PATCH] Pull misc objects 20 years ago
Mika Kukkonen d565b3412a [PATCH] Fix several gcc4 signedness warnings 20 years ago
Daniel Barkalow cd541a68b3 [PATCH] Generic support for pulling refs 20 years ago
Junio C Hamano a48e1d67e1 [PATCH] pull: gracefully recover from delta retrieval failure. 20 years ago
Junio C Hamano 4a62b61939 [PATCH] Handle deltified object correctly in git-*-pull family. 20 years ago
Junio C Hamano e78d97723c Implement -v (verbose) option for pull methods other than local transport. 20 years ago
Junio C Hamano b2d62f161e Make git-*-pull say who wants them for missing objects. 20 years ago
Junio C Hamano ee4f439fea [PATCH] Do not call fetch() when we have it. 20 years ago