summaryrefslogtreecommitdiff
path: root/local-fetch.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano1-1/+0
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft1-1/+1
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-4/+4
2006-08-11drop length argument of has_extensionLibravatar Rene Scharfe1-1/+1
2006-08-10Add has_extension()Libravatar Rene Scharfe1-2/+2
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Libravatar Ramsay Jones1-0/+1
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