summaryrefslogtreecommitdiff
path: root/http-pull.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-271-4/+0
* [PATCH] Pull refs by HTTPDaniel Barkalow2005-06-211-2/+47
* [PATCH] Generic support for pulling refsDaniel Barkalow2005-06-061-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-021-1/+3
* Include file cleanups..Linus Torvalds2005-05-221-6/+0
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-2/+2
* Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano2005-05-061-3/+4
* [PATCH] Do not call fetch() when we have it.Junio C Hamano2005-05-011-4/+0
* [PATCH] Split out "pull" from particular methodsDaniel Barkalow2005-04-301-71/+9
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-1/+1
* [PATCH] Various transport programsDaniel Barkalow2005-04-231-0/+204