150 Commits (d71abd99f82e7076775f12deb9326f7d26761591)

Author SHA1 Message Date
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
Jeff King 90108a2441 upload-pack: avoid parsing tag destinations 13 years ago
Jeff King 926f1dd954 upload-pack: avoid parsing objects during ref advertisement 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Brian Harring 2a74532412 get_indexed_object can return NULL if nothing is in that slot; check for it 14 years ago
Junio C Hamano 91f175165a revision.c: add show_object_with_name() helper function 14 years ago
Junio C Hamano 051e4005a3 helping smart-http/stateless-rpc fetch race 14 years ago
Josh Triplett 6b01ecfe22 ref namespaces: Support remote repositories via upload-pack and receive-pack 14 years ago
Jeff King b961219779 upload-pack: start pack-objects before async rev-list 14 years ago
Junio C Hamano 4e10cf9a17 Revert two "no-done" reverts 14 years ago
Junio C Hamano cf2ad8e641 enable "no-done" extension only when serving over smart-http 14 years ago
Junio C Hamano 4793b7e86d Revert "upload-pack: Implement no-done capability" 14 years ago
Shawn O. Pearce 3e63b21ace upload-pack: Implement no-done capability 14 years ago
Shawn O. Pearce 49bee717f7 upload-pack: More aggressively send 'ACK %s ready' 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Elijah Newren 9f9aa76130 upload-pack: Improve error message when bad ref requested 15 years ago
Nguyễn Thái Ngọc Duy 1e39d7deea upload-pack: remove unused "create_full_pack" code in do_rev_list 15 years ago
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 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 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