summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
AgeCommit message (Expand)Author
2009-06-09fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt
2009-05-26Merge branch 'ar/unlink-err' into maintJunio C Hamano
2009-05-03Sync with GIT 1.6.2.5Junio C Hamano
2009-05-02honor repack.usedeltabaseoffset when fetching packsNicolas Pitre
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-03-24builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna
2009-03-18Merge branch 'js/sideband-stderr'Junio C Hamano
2009-03-18Merge branch 'kb/checkout-optim'Junio C Hamano
2009-03-15checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik
2009-03-11recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt
2009-03-08Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano
2009-03-08Remove unused function scope local variablesBenjamin Kramer
2009-03-08Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik
2009-02-20fix compile error when USE_NSEC is definedKjetil Barvik
2008-12-07Merge branch 'maint'Junio C Hamano
2008-12-07fetch-pack: Avoid memcpy() with src==dstThomas Rast
2008-10-22Merge branch 'jc/maint-co-track'Junio C Hamano
2008-10-19Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-10Merge branch 'ho/dashless'Junio C Hamano
2008-09-09push: prepare sender to receive extended ref information from the receiverJunio C Hamano
2008-09-09Start conforming code to "git subcmd" style part 2Heikki Orsila
2008-09-03Merge branch 'maint'Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-07-02git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin
2008-06-19Incorporate fetched packs in future object traversalJohan Herland
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-30fetch-pack: brown paper bag fixJunio C Hamano
2008-04-28fetch-pack: do not stop traversing an already parsed commitLinus Torvalds
2008-03-19Fix tag followingDaniel Barkalow
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