70 Commits (9cfa5126a0bdb47bc9c6d5feb76bb0fbfd40785b)

Author SHA1 Message Date
Stefano Lattarini 41ccfdd9c9 Correct common spelling mistakes in comments and tests 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Florian Achleitner 19ba02af47 When debug==1, start fast-import with "--stats" instead of "--quiet" 12 years ago
Florian Achleitner bfc366d931 Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability 12 years ago
Florian Achleitner dff9d65dc6 Add explanatory comment for transport-helpers refs mapping. 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jeff King c34fe6304c disconnect from remote helpers more gently 13 years ago
Brandon Casey 040a655116 cleanup: use internal memory allocation wrapper functions everywhere 13 years ago
Michael Haggerty d51b720fca remote: avoid passing NULL to read_ref() 13 years ago
Michael Haggerty c28cce55e0 remote: use xstrdup() instead of strdup() 13 years ago
Sverre Rabbelier 105fe3e457 transport-helper: die early on encountering deleted refs 14 years ago
Sverre Rabbelier a515ebe9f1 transport-helper: implement marks location as capability 14 years ago
Sverre Rabbelier 4d2ec306e8 transport-helper: Use capname for refspec capability too 14 years ago
Sverre Rabbelier 9504bc9d5a transport-helper: change import semantics 14 years ago
Sverre Rabbelier 6c8151a32e transport-helper: update ref status after push with export 14 years ago
Sverre Rabbelier 1f25c50419 transport-helper: use the new done feature where possible 14 years ago
Sverre Rabbelier cc567322ac transport-helper: check status code of finish_command 14 years ago
Sverre Rabbelier d2e73c6f2a transport-helper: factor out push_update_refs_status 14 years ago
Dmitry Ivankov e173587252 remote-helpers: export GIT_DIR variable to helpers 14 years ago
Jeff King 3ea7d09461 transport-helper: don't feed bogus refs to export push 14 years ago
Jeff King 2faa15274d transport-helper: fix minor leak in push_refs_with_export 14 years ago
Johannes Schindelin c0aa335c95 Remove unused variables 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Nicolas Kaiser 803dbdb968 transport-helper.c: fix check for (size_t < 0) 14 years ago
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 14 years ago
Ilari Liusvaara 7851b1e60f remote-fd/ext: finishing touches after code review 14 years ago
Ilari Liusvaara 419f37db4d Add bidirectional_transfer_loop() 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Sverre Rabbelier 73b49a7592 remote-helpers: add support for an export command 15 years ago
Sverre Rabbelier 88f3b2b0a2 remote-helpers: allow requesing the path to the .git directory 15 years ago
Tay Ray Chuan d01b3c02e8 transport->progress: use flag authoritatively 15 years ago
Tay Ray Chuan 8afd8dc065 push: support multiple levels of verbosity 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Ilari Liusvaara 6b02de3b9d Improve error message when a transport helper was not found 15 years ago
Tay Ray Chuan c1ceea1d27 transport-helper.c::push_refs(): emit "no refs" error message 15 years ago
Tay Ray Chuan 08d63a422b transport-helper.c::push_refs(): ignore helper-reported status if ref is not to be pushed 15 years ago
Tay Ray Chuan 20e8b465a5 refactor ref status logic for pushing 15 years ago
Tay Ray Chuan 486a3d7164 check stderr with isatty() instead of stdout when deciding to show progress 15 years ago
Ilari Liusvaara b236752a87 Support remote archive from all smart transports 15 years ago
Ilari Liusvaara fa8c097cc9 Support remote helpers implementing smart transports 15 years ago
Ilari Liusvaara 61b075bd3e Support taking over transports 15 years ago
Ilari Liusvaara 25d5cc488a Pass unknown protocols to external protocol handlers 15 years ago
Ilari Liusvaara 28ed5b3524 Support mandatory capabilities 15 years ago
Ilari Liusvaara bf3c523c3f Add remote helper debug mode 15 years ago
Daniel Barkalow f8ec916731 Allow helpers to report in "list" command that the ref is unchanged 15 years ago
Sverre Rabbelier b962dbdc80 Fix various memory leaks in transport-helper.c 15 years ago
Daniel Barkalow 72ff894308 Allow helper to map private ref names into normal names 15 years ago