aboutsummaryrefslogtreecommitdiffstats
path: root/local-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-15remove unnecessary initializationsDavid Rientjes1-4/+4
2006-08-11drop length argument of has_extensionRene Scharfe1-1/+1
2006-08-10Add has_extension()Rene Scharfe1-2/+2
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones1-0/+1
2006-07-27Teach git-local-fetch the --stdin switchPetr Baudis1-10/+22
2006-07-27Make pull() support fetching multiple targets at oncePetr Baudis1-1/+1
2006-07-27Make pull() take some implicit data as explicit argumentsPetr Baudis1-2/+2
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis1-2/+2
2006-05-19Log ref updates made by fetch.Shawn Pearce1-0/+2
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+2
2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano1-18/+10
2005-10-29Teach local-fetch about lazy object directories.Junio C Hamano1-2/+3
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld1-1/+4
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow1-0/+2
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov1-5/+12
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov1-3/+11
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov1-2/+4
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov1-0/+3
2005-09-07Big tool rename.Junio C Hamano1-0/+227