summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-1/+2
|\
| * Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+2
* | Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-1/+1
|\ \
| * | push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-091-1/+1
* | | Merge branch 'ho/dashless'Junio C Hamano2008-09-091-1/+1
|\ \ \ | |/ / |/| / | |/
| * Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-091-1/+1
* | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ | |/
| * 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-1/+1
* | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-311-1/+1
|/
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-1/+2
* git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-021-1/+2
* Incorporate fetched packs in future object traversalJohan Herland2008-06-191-0/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* fetch-pack: brown paper bag fixJunio C Hamano2008-04-301-1/+1
* fetch-pack: do not stop traversing an already parsed commitLinus Torvalds2008-04-281-4/+4
* Fix tag followingDaniel Barkalow2008-03-191-0/+16
* Merge branch 'sp/fetch-optim'Junio C Hamano2008-03-081-2/+7
|\
| * Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-041-2/+7
* | fetch-pack: check parse_commit/object resultsMartin Koegler2008-03-031-7/+10
|/
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-231-1/+3
* | Reduce the number of connects when fetchingDaniel Barkalow2008-02-051-35/+40
|/
* Improve use of lockfile APIBrandon Casey2008-01-161-1/+0
* fetch-pack: Prepare for a side-band demultiplexer in a thread.Johannes Sixt2007-11-171-26/+16
* restore fetching with thin-pack capabilityNicolas Pitre2007-11-071-2/+2
* Merge branch 'js/forkexec'Junio C Hamano2007-11-011-65/+36
|\
| * Use the asyncronous function infrastructure in builtin-fetch-pack.c.Johannes Sixt2007-10-211-21/+18
| * Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt2007-10-211-40/+16
| * Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-5/+3
* | Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-291-3/+4
|/
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-191-6/+13
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-191-65/+46
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-191-1/+0
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-6/+25
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-191-2/+0
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+829