Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | transport: list refs before fetch if necessary | Jonathan Tan | 2018-10-07 | 1 | -0/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 2018-08-16 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fetch-pack: unify ref in and out param | Jonathan Tan | 2018-08-02 | 1 | -4/+2 | |
* | | | | | | | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-16 | 1 | -44/+45 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | transport-helper.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -43/+44 | |
| * | | | | | | | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -24/+24 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'jt/fetch-nego-tip' | Junio C Hamano | 2018-08-03 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 2018-07-04 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* / / / / / / | fetch-pack: put shallow info in output parameter | Brandon Williams | 2018-06-28 | 1 | -2/+4 | |
|/ / / / / / | ||||||
* | | | | | | remote: convert apply_refspecs to take a struct refspec | Brandon Williams | 2018-05-17 | 1 | -3/+3 | |
* | | | | | | transport-helper: convert to use struct refspec | Brandon Williams | 2018-05-17 | 1 | -26/+12 | |
* | | | | | | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 2018-05-17 | 1 | -1/+1 | |
* | | | | | | refspec: move refspec parsing logic into its own file | Brandon Williams | 2018-05-17 | 1 | -0/+1 | |
* | | | | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 1 | -33/+54 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | transport-helper: introduce stateless-connect | Brandon Williams | 2018-03-15 | 1 | -0/+11 | |
| * | | | | | transport-helper: refactor process_connect_service | Brandon Williams | 2018-03-15 | 1 | -29/+38 | |
| * | | | | | transport-helper: remove name parameter | Brandon Williams | 2018-03-15 | 1 | -3/+3 | |
| * | | | | | transport: convert get_refs_list to take a list of ref prefixes | Brandon Williams | 2018-03-15 | 1 | -2/+3 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'jh/partial-clone' | Junio C Hamano | 2018-02-13 | 1 | -0/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | fetch-pack, index-pack, transport: partial clone | Jeff Hostetler | 2017-12-08 | 1 | -0/+5 | |
| |/ / / | ||||||
* | | | | Merge branch 'jt/transport-hide-vtable' | Junio C Hamano | 2017-12-28 | 1 | -9/+14 | |
|\ \ \ \ | ||||||
| * | | | | transport: make transport vtable more private | Jonathan Tan | 2017-12-14 | 1 | -9/+14 | |
| |/ / / | ||||||
* | | | | Merge branch 'rs/fmt-merge-msg-leakfix' | Junio C Hamano | 2017-12-27 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | transport-helper: plug strbuf and string_list leaks | René Scharfe | 2017-12-08 | 1 | -2/+5 | |
| |/ / / | ||||||
* | | | | refs: convert resolve_ref_unsafe to struct object_id | brian m. carlson | 2017-10-16 | 1 | -4/+3 | |
* | | | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 | 1 | -3/+2 | |
* | | | | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | 1 | -3/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 2017-09-14 | 1 | -3/+2 | |
* | | | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 2017-09-19 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | transport-helper: release strbuf after use in process_connect_service() | Rene Scharfe | 2017-09-07 | 1 | -0/+1 | |
* | | | | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 2017-09-10 | 1 | -0/+7 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | ThreadSanitizer: add suppressions | Martin Ågren | 2017-08-23 | 1 | -0/+7 | |
| |/ | ||||||
* / | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 2017-07-17 | 1 | -1/+1 | |
|/ | ||||||
* | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -18/+9 | |
* | transport-helper: replace checked snprintf with xsnprintf | Jeff King | 2017-03-30 | 1 | -4/+1 | |
* | Merge branch 'jn/remote-helpers-with-git-dir' | Junio C Hamano | 2017-02-27 | 1 | -2/+3 | |
|\ | ||||||
| * | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR | Jonathan Nieder | 2017-02-14 | 1 | -2/+3 | |
* | | push options: pass push options to the transport helper | Stefan Beller | 2017-02-09 | 1 | -0/+7 | |
|/ | ||||||
* | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 1 | -14/+48 | |
|\ | ||||||
| * | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+1 | |
| * | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+24 | |
| * | transport-helper.c: refactor set_helper_option() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -14/+23 | |
* | | Spelling fixes | Ville Skyttä | 2016-08-11 | 1 | -4/+4 | |
* | | i18n: transport-helper.c: change N_() call to _() | Vasco Almeida | 2016-06-18 | 1 | -1/+1 | |
* | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | transport-helper.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -3/+3 | |
* | | | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 2016-05-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'ew/force-ipv4' | Junio C Hamano | 2016-02-24 | 1 | -0/+15 | |
|\ \ | |/ |/| | ||||||
| * | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 2016-02-12 | 1 | -0/+15 |