summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
AgeCommit message (Expand)Author
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
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