Age | Commit message (Expand) | Author | Files | Lines |
2020-09-03 | Merge branch 'jt/lazy-fetch' | Junio C Hamano | 1 | -6/+0 |
2020-08-24 | (various): document from_promisor parameter | Jonathan Tan | 1 | -0/+3 |
2020-08-18 | fetch-pack: remove no_dependents code | Jonathan Tan | 1 | -6/+0 |
2020-08-10 | Merge branch 'jk/strvec' | Junio C Hamano | 1 | -51/+51 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -3/+3 |
2020-07-30 | Merge branch 'bc/push-cas-cquoted-refname' into master | Junio C Hamano | 1 | -1/+5 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -4/+4 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -43/+43 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-07-20 | remote-curl: make --force-with-lease work with non-ASCII ref names | brian m. carlson | 1 | -1/+5 |
2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -4/+42 |
2020-06-19 | remote-curl: avoid truncating refs with ls-remote | brian m. carlson | 1 | -1/+3 |
2020-06-19 | remote-curl: detect algorithm for dumb HTTP by size | brian m. carlson | 1 | -2/+21 |
2020-05-27 | remote-curl: implement object-format extensions | brian m. carlson | 1 | -1/+18 |
2020-05-24 | stateless-connect: send response end packet | Denton Liu | 1 | -0/+5 |
2020-05-24 | pkt-line: define PACKET_READ_RESPONSE_END | Denton Liu | 1 | -0/+2 |
2020-05-24 | remote-curl: error on incomplete packet | Denton Liu | 1 | -3/+56 |
2020-05-18 | remote-curl: remove label indentation | Denton Liu | 1 | -1/+1 |
2020-05-18 | remote-curl: fix typo | Denton Liu | 1 | -1/+1 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2020-03-09 | Merge branch 'rs/show-progress-in-dumb-http-fetch' | Junio C Hamano | 1 | -0/+1 |
2020-03-03 | remote-curl: show progress for fetches over dumb HTTP | René Scharfe | 1 | -0/+1 |
2020-01-31 | C: use skip_prefix() to avoid hardcoded string length | Junio C Hamano | 1 | -2/+3 |
2019-10-23 | Merge branch 'bc/smart-http-atomic-push' | Junio C Hamano | 1 | -1/+12 |
2019-10-17 | remote-curl: pass on atomic capability to remote side | brian m. carlson | 1 | -1/+12 |
2019-10-15 | remote-curl: use argv_array in parse_push() | René Scharfe | 1 | -13/+9 |
2019-06-03 | i18n: fix typos found during l10n for git 2.22.0 | Jiang Xin | 1 | -2/+2 |
2019-04-25 | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 1 | -5/+6 |
2019-04-16 | Merge branch 'js/remote-curl-i18n' | Junio C Hamano | 1 | -25/+25 |
2019-04-16 | Merge branch 'js/anonymize-remote-curl-diag' | Junio C Hamano | 1 | -6/+13 |
2019-04-01 | remote-curl: make hash size independent | brian m. carlson | 1 | -5/+6 |
2019-03-07 | Merge branch 'jt/http-auth-proto-v2-fix' | Junio C Hamano | 1 | -205/+179 |
2019-03-06 | remote-curl: mark all error messages for translation | Johannes Schindelin | 1 | -25/+25 |
2019-03-05 | curl: anonymize URLs in error messages and warnings | Johannes Schindelin | 1 | -6/+13 |
2019-03-03 | remote-curl: use post_rpc() for protocol v2 also | Jonathan Tan | 1 | -184/+149 |
2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+7 |
2019-02-22 | remote-curl: refactor reading into rpc_state's buf | Jonathan Tan | 1 | -9/+24 |
2019-02-14 | remote-curl: reduce scope of rpc_state.result | Jonathan Tan | 1 | -12/+13 |
2019-02-14 | remote-curl: reduce scope of rpc_state.stdin_preamble | Jonathan Tan | 1 | -9/+4 |
2019-02-14 | remote-curl: reduce scope of rpc_state.argv | Jonathan Tan | 1 | -7/+5 |
2019-02-06 | remote-curl: tighten "version 2" check for smart-http | Jeff King | 1 | -1/+1 |
2019-02-06 | remote-curl: refactor smart-http discovery | Jeff King | 1 | -43/+57 |
2019-02-05 | Merge branch 'jt/fetch-v2-sideband' | Junio C Hamano | 1 | -9/+20 |
2019-01-29 | Merge branch 'ms/http-no-more-failonerror' | Junio C Hamano | 1 | -5/+24 |
2019-01-10 | remote-curl: unset CURLOPT_FAILONERROR | Masaya Suzuki | 1 | -0/+10 |
2019-01-10 | remote-curl: define struct for CURLOPT_WRITEFUNCTION | Masaya Suzuki | 1 | -4/+14 |
2019-01-10 | http: enable keep_error for HTTP requests | Masaya Suzuki | 1 | -1/+0 |
2019-01-02 | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 1 | -3/+6 |
2019-01-02 | Use packet_reader instead of packet_read_line | Masaya Suzuki | 1 | -7/+15 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |