summaryrefslogtreecommitdiff
path: root/local-fetch.c
AgeCommit message (Expand)Author
2006-08-11drop length argument of has_extensionRene Scharfe
2006-08-10Add has_extension()Rene Scharfe
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones
2006-07-28Teach git-local-fetch the --stdin switchPetr Baudis
2006-07-28Make pull() support fetching multiple targets at oncePetr Baudis
2006-07-28Make pull() take some implicit data as explicit argumentsPetr Baudis
2006-07-27Remove -d from *-fetch usage stringsPetr Baudis
2006-05-19Log ref updates made by fetch.Shawn Pearce
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-10-29Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano
2005-10-29Teach local-fetch about lazy object directories.Junio C Hamano
2005-10-11[PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov
2005-09-08Big tool rename.Junio C Hamano