summaryrefslogtreecommitdiffstats
path: root/local-pull.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Parallelize the pull algorithmbarkalow@iabervon.org2005-08-031-0/+4
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-301-1/+1
* [PATCH] mmap error handlingPavel Roskin2005-07-301-1/+1
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-281-4/+0
* [PATCH] local-pull: implement fetch_ref()Junio C Hamano2005-06-221-3/+28
* [PATCH] Generic support for pulling refsDaniel Barkalow2005-06-071-0/+5
* [PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano2005-06-051-1/+3
* [PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano2005-06-031-1/+3
* Include file cleanups..Linus Torvalds2005-05-221-7/+0
* Do not report size of the object that cannot be written in local-pull.cJunio C Hamano2005-05-101-2/+1
* [PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann2005-05-071-0/+1
* Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano2005-05-061-10/+4
* Short-cut error return path in git-local-pull.Junio C Hamano2005-05-041-9/+16
* [PATCH] git-local-pull updatesJunio C Hamano2005-05-021-24/+41
* [PATCH] Add git-local-pull.Junio C Hamano2005-05-021-0/+110