aboutsummaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
Commit message (Expand)AuthorAge
* fetch-pack: close output channel after sideband demultiplexer terminatesJohannes Sixt2009-06-08
* Merge branch 'ar/unlink-err' into maintJunio C Hamano2009-05-25
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* | Sync with GIT 1.6.2.5Junio C Hamano2009-05-03
|\ \
| * | honor repack.usedeltabaseoffset when fetching packsNicolas Pitre2009-05-01
* | | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
| |/ |/|
* | builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Miklos Vajna2009-03-23
* | Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-17
|\ \
| * | recv_sideband: Bands #2 and #3 always go to stderrJohannes Sixt2009-03-10
* | | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-17
|\ \ \ | |/ / |/| |
| * | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-15
| * | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-08
| * | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-07
| * | fix compile error when USE_NSEC is definedKjetil Barvik2009-02-19
| |/
* | Remove unused function scope local variablesBenjamin Kramer2009-03-07
|/
* Merge branch 'maint'Junio C Hamano2008-12-07
|\
| * fetch-pack: Avoid memcpy() with src==dstThomas Rast2008-12-07
* | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-21
|\ \ | |/
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-19
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-25
|\ \
| * | push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-09
* | | Merge branch 'ho/dashless'Junio C Hamano2008-09-09
|\ \ \ | |/ / |/| / | |/
| * Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-09
* | Merge branch 'maint'Junio C Hamano2008-09-03
|\ \ | |/
| * 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-31
|/
* Make usage strings dash-lessStephan Beyer2008-07-13
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-05
* git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-02
* Incorporate fetched packs in future object traversalJohan Herland2008-06-19
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* fetch-pack: brown paper bag fixJunio C Hamano2008-04-30
* fetch-pack: do not stop traversing an already parsed commitLinus Torvalds2008-04-28
* Fix tag followingDaniel Barkalow2008-03-19
* Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-08
|\
| * Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-04
* | fetch-pack: check parse_commit/object resultsMartin Koegler2008-03-03
|/
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-23
* | Reduce the number of connects when fetchingDaniel Barkalow2008-02-05
|/
* Improve use of lockfile APIBrandon Casey2008-01-16
* fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-17
* restore fetching with thin-pack capabilityNicolas Pitre2007-11-07
* Merge branch 'js/forkexec'Junio C Hamano2007-11-01
|\
| * Use the asyncronous function infrastructure in builtin-fetch-pack.c.Johannes Sixt2007-10-21
| * Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt2007-10-21
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* | Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-29
|/
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-19