120 Commits (53b3c47d64b4294ae586d1daa04f9140dadd9ae6)

Author SHA1 Message Date
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Junio C Hamano 1456b043fc Remove post-upload-hook 15 years ago
Nicolas Pitre 6b59f51b31 give priority to progress messages 15 years ago
Shawn O. Pearce 42526b478e Add stateless RPC options to upload-pack, receive-pack 15 years ago
Shawn O. Pearce 78affc49de Add multi_ack_detailed capability to fetch-pack/upload-pack 15 years ago
Jim Meyering 41698375ad don't dereference NULL upon fdopen failure 16 years ago
Jim Meyering 2b7ca830c6 use write_str_in_full helper to avoid literal string lengths 16 years ago
Nicolas Pitre 6523078b96 make shallow repository deepening more network efficient 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Junio C Hamano 11cae066b2 upload-pack: feed "kind [clone|fetch]" to post-upload-pack hook 16 years ago
Junio C Hamano a8563ec851 upload-pack: add a trigger for post-upload-pack hook 16 years ago
Johannes Sixt 9462e3f59c upload-pack: squelch progress indicator if client cannot see it 16 years ago
Nick Edelen f0cea83f63 Shift object enumeration out of upload-pack 16 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Christian Couder 11c211fa06 list-objects: add "void *data" parameter to show functions 16 years ago
Benjamin Kramer fd13b21f52 Move local variables to narrower scopes 16 years ago
Jeff King 05ac6b34e2 improve missing repository error message 16 years ago
Alexander Potashev 34263de026 Replace deprecated dashed git commands in usage 16 years ago
Steffen Prohaska 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* 16 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Johannes Sixt 618ebe9ff9 Windows: Implement asynchronous functions as threads. 17 years ago
Shawn O. Pearce 348e390b17 Teach fetch-pack/upload-pack about --include-tag 17 years ago
Shawn O. Pearce 49aaddd102 Teach upload-pack to log the received need lines to an fd 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Martin Koegler dec38c8165 check return value from parse_commit() in various functions 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Martin Koegler affeef12fb deref_tag: handle return value NULL 17 years ago
Johannes Sixt 04b330551e upload-pack: Initialize the exec-path. 17 years ago
Johannes Sixt 4c324c0050 upload-pack: Use finish_{command,async}() instead of waitpid(). 17 years ago
Johannes Sixt 21edd3f197 upload-pack: Run rev-list in an asynchronous function. 17 years ago
Johannes Sixt 80ccaa78a8 upload-pack: Move the revision walker into a separate function. 17 years ago
Johannes Sixt cc41fa8da9 upload-pack: Use start_command() to run pack-objects in create_pack_file(). 17 years ago
Junio C Hamano 16befb8b7f Even more missing static 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
H. Peter Anvin 3ac53e0d13 git-upload-pack: make sure we close unused pipe ends 18 years ago
H. Peter Anvin 465b3518a9 git-upload-pack: make sure we close unused pipe ends 18 years ago
Johannes Schindelin b0e908977e Fixup no-progress for fetch & clone 18 years ago
Junio C Hamano 599065a3bb prefixcmp(): fix-up mechanical conversion. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 83a5ad6126 fetch & clone: do not output progress when not on a tty 18 years ago
Junio C Hamano a0022eebf3 shallow repository: disable unsupported operations for now. 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Alexandre Julliard 1f2de76981 upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client. 18 years ago
Junio C Hamano 176d45cb20 shallow clone: unparse and reparse an unshallowed commit 18 years ago
Junio C Hamano c6702f4b95 Why didn't we mark want_obj as ~UNINTERESTING in the old code? 18 years ago