summaryrefslogtreecommitdiff
path: root/local-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-27Teach git-local-fetch the --stdin switchLibravatar Petr Baudis1-10/+22
2006-07-27Make pull() support fetching multiple targets at onceLibravatar Petr Baudis1-1/+1
2006-07-27Make pull() take some implicit data as explicit argumentsLibravatar Petr Baudis1-2/+2
2006-07-27Remove -d from *-fetch usage stringsLibravatar Petr Baudis1-2/+2
2006-05-19Log ref updates made by fetch.Libravatar Shawn Pearce1-0/+2
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Libravatar Junio C Hamano1-18/+10
2005-10-29Teach local-fetch about lazy object directories.Libravatar Junio C Hamano1-2/+3
2005-10-10[PATCH] Don't fetch objects that exist in the local repositoryLibravatar Nick Hengeveld1-1/+4
2005-09-27[PATCH] Implement --recover for git-*-fetchLibravatar Daniel Barkalow1-0/+2
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesLibravatar Sergey Vlasov1-5/+12
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositoryLibravatar Sergey Vlasov1-3/+11
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Libravatar Sergey Vlasov1-2/+4
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Libravatar Sergey Vlasov1-0/+3
2005-09-07Big tool rename.Libravatar Junio C Hamano1-0/+227