summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
AgeCommit message (Expand)Author
2008-03-09Merge branch 'sp/fetch-optim'Junio C Hamano
2008-03-05Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce
2008-03-03fetch-pack: check parse_commit/object resultsMartin Koegler
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2008-01-16Improve use of lockfile APIBrandon Casey
2007-11-18fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt
2007-11-08restore fetching with thin-pack capabilityNicolas Pitre
2007-11-01Merge branch 'js/forkexec'Junio C Hamano
2007-10-30Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow
2007-10-21Use the asyncronous function infrastructure in builtin-fetch-pack.c.Johannes Sixt
2007-10-21Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-09-19Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce
2007-09-19Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Remove unnecessary debugging from builtin-fetchShawn O. Pearce
2007-09-19Make fetch-pack a builtin with an internal APIDaniel Barkalow