summaryrefslogtreecommitdiffstats
path: root/upload-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-05run-command: support custom fd-set in asyncErik Faye-Lund1-3/+4
2009-12-10Sync with 1.6.5.6Junio C Hamano1-72/+2
2009-12-10Remove post-upload-hookJunio C Hamano1-72/+2
2009-12-03Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano1-15/+17
2009-11-20Merge branch 'sp/smart-http'Junio C Hamano1-17/+54
2009-11-17Merge branch 'np/maint-sideband-favor-status'Junio C Hamano1-15/+17
2009-11-13give priority to progress messagesNicolas Pitre1-15/+17
2009-11-04Add stateless RPC options to upload-pack, receive-packShawn O. Pearce1-4/+36
2009-10-30Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce1-13/+18
2009-09-13don't dereference NULL upon fdopen failureJim Meyering1-2/+2
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-2/+2
2009-09-07Merge branch 'jc/upload-pack-hook'Junio C Hamano1-2/+72
2009-09-07Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano1-2/+6
2009-09-05make shallow repository deepening more network efficientNicolas Pitre1-2/+6
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-1/+1
2009-08-28upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano1-0/+4
2009-08-28upload-pack: add a trigger for post-upload-pack hookJunio C Hamano1-2/+68
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-0/+1
2009-08-05Merge branch 'ne/futz-upload-pack'Junio C Hamano1-10/+39
2009-06-18upload-pack: squelch progress indicator if client cannot see itJohannes Sixt1-1/+6
2009-06-09Shift object enumeration out of upload-packNick Edelen1-10/+39
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+1
2009-05-03Merge branch 'lt/pack-object-memuse' into maintJunio C Hamano1-6/+8
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano1-6/+8
2009-04-12show_object(): push path_name() call further downLinus Torvalds1-1/+3
2009-04-12process_{tree,blob}: show objects without bufferingLinus Torvalds1-6/+6
2009-04-07list-objects: add "void *data" parameter to show functionsChristian Couder1-3/+3
2009-03-07Move local variables to narrower scopesBenjamin Kramer1-3/+2
2009-03-04improve missing repository error messageJeff King1-1/+1
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+2
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-9/+9
2008-07-25Record the command invocation path earlyJohannes Sixt1-1/+1
2008-06-26Windows: Implement asynchronous functions as threads.Johannes Sixt1-0/+2
2008-03-04Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce1-2/+8
2008-03-03Teach upload-pack to log the received need lines to an fdShawn O. Pearce1-0/+9
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+0
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0
2008-02-18Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+2
2008-02-18check return value from parse_commit() in various functionsMartin Koegler1-1/+2
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-02-17deref_tag: handle return value NULLMartin Koegler1-1/+2
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt1-0/+3
2007-11-05upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt1-115/+77
2007-10-21upload-pack: Run rev-list in an asynchronous function.Johannes Sixt1-28/+18
2007-10-21upload-pack: Move the revision walker into a separate function.Johannes Sixt1-33/+37
2007-10-21upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt1-61/+44
2007-06-08Even more missing staticJunio C Hamano1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-03-27git-upload-pack: make sure we close unused pipe endsH. Peter Anvin1-0/+1