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