summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* object.h: Add OBJECT_ARRAY_INIT macro and make use of it.Thiago Farina2010-08-291-1/+1
* upload-pack: Improve error message when bad ref requestedElijah Newren2010-08-021-1/+2
* upload-pack: remove unused "create_full_pack" code in do_rev_listNguyễn Thái Ngọc Duy2010-07-281-17/+12
* run-command: support custom fd-set in asyncErik Faye-Lund2010-02-051-3/+4
* Sync with 1.6.5.6Junio C Hamano2009-12-101-72/+2
|\
| * Remove post-upload-hookJunio C Hamano2009-12-101-72/+2
| * Merge branch 'np/maint-sideband-favor-status' into maintJunio C Hamano2009-12-031-15/+17
| |\
* | \ Merge branch 'sp/smart-http'Junio C Hamano2009-11-201-17/+54
|\ \ \
| * | | Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2009-11-041-4/+36
| * | | Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-301-13/+18
| |/ /
* | | Merge branch 'np/maint-sideband-favor-status'Junio C Hamano2009-11-171-15/+17
|\ \ \ | |/ / |/| / | |/
| * give priority to progress messagesNicolas Pitre2009-11-131-15/+17
| * Merge branch 'lt/pack-object-memuse' into maintJunio C Hamano2009-05-031-6/+8
| |\
* | | don't dereference NULL upon fdopen failureJim Meyering2009-09-131-2/+2
* | | use write_str_in_full helper to avoid literal string lengthsJim Meyering2009-09-131-2/+2
* | | Merge branch 'jc/upload-pack-hook'Junio C Hamano2009-09-071-2/+72
|\ \ \
| * | | upload-pack: feed "kind [clone|fetch]" to post-upload-pack hookJunio C Hamano2009-08-281-0/+4
| * | | upload-pack: add a trigger for post-upload-pack hookJunio C Hamano2009-08-281-2/+68
* | | | Merge branch 'np/maint-1.6.3-deepen'Junio C Hamano2009-09-071-2/+6
|\ \ \ \
| * | | | make shallow repository deepening more network efficientNicolas Pitre2009-09-051-2/+6
* | | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
| |/ / / |/| | |
* | | | Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+1
|\ \ \ \
| * | | | environment: add global variable to disable replacementChristian Couder2009-05-311-0/+1
| |/ / /
* | | | Merge branch 'ne/futz-upload-pack'Junio C Hamano2009-08-051-10/+39
|\ \ \ \
| * | | | Shift object enumeration out of upload-packNick Edelen2009-06-091-10/+39
| |/ / /
* | | | upload-pack: squelch progress indicator if client cannot see itJohannes Sixt2009-06-181-1/+6
|/ / /
* | | Merge branch 'lt/pack-object-memuse'Junio C Hamano2009-04-181-6/+8
|\ \ \ | | |/ | |/|
| * | show_object(): push path_name() call further downLinus Torvalds2009-04-121-1/+3
| * | process_{tree,blob}: show objects without bufferingLinus Torvalds2009-04-121-6/+6
* | | list-objects: add "void *data" parameter to show functionsChristian Couder2009-04-071-3/+3
* | | Move local variables to narrower scopesBenjamin Kramer2009-03-071-3/+2
* | | improve missing repository error messageJeff King2009-03-041-1/+1
| |/ |/|
* | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-1/+1
* | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+2
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-9/+9
* Record the command invocation path earlyJohannes Sixt2008-07-251-1/+1
* Windows: Implement asynchronous functions as threads.Johannes Sixt2008-06-261-0/+2
* Teach fetch-pack/upload-pack about --include-tagShawn O. Pearce2008-03-041-2/+8
* Teach upload-pack to log the received need lines to an fdShawn O. Pearce2008-03-031-0/+9
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-181-1/+2
|\ \ | |/
| * check return value from parse_commit() in various functionsMartin Koegler2008-02-181-1/+2
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* | deref_tag: handle return value NULLMartin Koegler2008-02-171-1/+2
|/
* upload-pack: Initialize the exec-path.Johannes Sixt2008-02-131-0/+3
* upload-pack: Use finish_{command,async}() instead of waitpid().Johannes Sixt2007-11-051-115/+77
* upload-pack: Run rev-list in an asynchronous function.Johannes Sixt2007-10-211-28/+18
* upload-pack: Move the revision walker into a separate function.Johannes Sixt2007-10-211-33/+37
* upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt2007-10-211-61/+44