summaryrefslogtreecommitdiff
path: root/fetch.c
AgeCommit message (Expand)Author
2005-10-11[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov
2005-09-23[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov
2005-09-18fetch() assumes we do not have the object.Junio C Hamano
2005-09-18Improve the safety check used in fetch.cJunio C Hamano
2005-09-16[PATCH] fetch.c: cleanupsJunio C Hamano
2005-09-15Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano
2005-09-15[PATCH] Fix fetch completeness assumptionsDaniel Barkalow
2005-09-08Big tool rename.Junio C Hamano