aboutsummaryrefslogtreecommitdiff
path: root/local-fetch.c
Commit message (Expand)AuthorAge
* [PATCH] local-fetch.c: some error printing cleanupNicolas Pitre2007-03-16
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* remove unnecessary initializationsDavid Rientjes2006-08-15
* drop length argument of has_extensionRene Scharfe2006-08-11
* Add has_extension()Rene Scharfe2006-08-10
* commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones2006-08-05
* Teach git-local-fetch the --stdin switchPetr Baudis2006-07-27
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-27
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-27
* Remove -d from *-fetch usage stringsPetr Baudis2006-07-27
* Log ref updates made by fetch.Shawn Pearce2006-05-19
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-28
* Do not mmap-copy the whole thing; just use copy_fd()Junio C Hamano2005-10-29
* Teach local-fetch about lazy object directories.Junio C Hamano2005-10-29
* [PATCH] Don't fetch objects that exist in the local repositoryNick Hengeveld2005-10-10
* [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-27
* [PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov2005-09-23
* [PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov2005-09-23
* [PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov2005-09-23
* [PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov2005-09-23
* Big tool rename.Junio C Hamano2005-09-07