summaryrefslogtreecommitdiffstats
path: root/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-111-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-231-1/+0
* [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-231-3/+3
* [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-231-2/+0
* [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-231-8/+5
* [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-231-3/+1
* [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-231-6/+1
* [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-231-0/+5
* [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-231-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-171-11/+8
* Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano2005-09-161-0/+1
* [PATCH] Fix fetch completeness assumptionsDaniel Barkalow2005-09-151-2/+26
* Big tool rename.Junio C Hamano2005-09-081-0/+210