summaryrefslogtreecommitdiffstats
path: root/http-pull.c
AgeCommit message (Expand)AuthorLines
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano-4/+0
2005-06-21[PATCH] Pull refs by HTTPDaniel Barkalow-2/+47
2005-06-06[PATCH] Generic support for pulling refsDaniel Barkalow-0/+5
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano-1/+3
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano-1/+3
2005-05-22Include file cleanups..Linus Torvalds-6/+0
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst-2/+2
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano-3/+4
2005-05-01[PATCH] Do not call fetch() when we have it.Junio C Hamano-4/+0
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow-71/+9
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li-1/+1
2005-04-23[PATCH] Various transport programsDaniel Barkalow-0/+204