aboutsummaryrefslogtreecommitdiffstats
path: root/http-pull.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin1-0/+10
2005-07-22[PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson1-0/+6
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-4/+0
2005-06-21[PATCH] Pull refs by HTTPDaniel Barkalow1-2/+47
2005-06-06[PATCH] Generic support for pulling refsDaniel Barkalow1-0/+5
2005-06-05[PATCH] pull: gracefully recover from delta retrieval failure.Junio C Hamano1-1/+3
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano1-1/+3
2005-05-22Include file cleanups..Linus Torvalds1-6/+0
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-2/+2
2005-05-06Implement -v (verbose) option for pull methods other than local transport.Junio C Hamano1-3/+4
2005-05-01[PATCH] Do not call fetch() when we have it.Junio C Hamano1-4/+0
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow1-71/+9
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-1/+1
2005-04-23[PATCH] Various transport programsDaniel Barkalow1-0/+204