Age | Commit message (Expand) | Author | Files | Lines |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -2/+2 |
2018-11-12 | transport.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-10-09 | transport: drop refnames from for_each_alternate_ref | Jeff King | 1 | -1/+1 |
2018-08-15 | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 1 | -2/+1 |
2018-08-02 | Merge branch 'jt/fetch-nego-tip' | Junio C Hamano | 1 | -0/+10 |
2018-08-01 | fetch-pack: unify ref in and out param | Jonathan Tan | 1 | -2/+1 |
2018-07-03 | fetch-pack: support negotiation tip whitelist | Jonathan Tan | 1 | -0/+10 |
2018-07-03 | fetch-pack: write shallow, then check connectivity | Jonathan Tan | 1 | -0/+11 |
2018-06-28 | fetch-pack: put shallow info in output parameter | Brandon Williams | 1 | -1/+2 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -3/+1 |
2018-05-18 | transport: remove transport_verify_remote_names | Brandon Williams | 1 | -2/+0 |
2018-05-18 | transport: convert transport_push to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -1/+17 |
2018-04-24 | ls-remote: send server options when using protocol v2 | Brandon Williams | 1 | -0/+6 |
2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 1 | -1/+17 |
2018-03-15 | transport-helper: introduce stateless-connect | Brandon Williams | 1 | -0/+6 |
2018-03-15 | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 1 | -1/+11 |
2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -0/+5 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -0/+11 |
2017-12-14 | transport: make transport vtable more private | Jonathan Tan | 1 | -52/+2 |
2017-12-12 | transport: remove unused "push" in vtable | Jonathan Tan | 1 | -1/+0 |
2017-12-08 | fetch-pack, index-pack, transport: partial clone | Jeff Hostetler | 1 | -0/+5 |
2017-12-05 | introduce fetch-object: fetch one promisor object | Jonathan Tan | 1 | -0/+11 |
2017-02-08 | for_each_alternate_ref: pass name/oid instead of ref struct | Jeff King | 1 | -1/+1 |
2017-01-31 | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 1 | -15/+16 |
2016-12-27 | Merge branch 'bw/transport-protocol-policy' | Junio C Hamano | 1 | -9/+10 |
2016-12-20 | push: add option to push only submodules | Brandon Williams | 1 | -0/+1 |
2016-12-20 | transport: reformat flag #defines to be more readable | Brandon Williams | 1 | -15/+15 |
2016-12-15 | transport: add from_user parameter to is_transport_allowed | Brandon Williams | 1 | -3/+10 |
2016-12-15 | http: always warn if libcurl version is too old | Brandon Williams | 1 | -6/+0 |
2016-10-27 | Merge branch 'jc/abbrev-auto' | Junio C Hamano | 1 | -1/+1 |
2016-10-27 | Merge branch 'lt/abbrev-auto' | Junio C Hamano | 1 | -2/+1 |
2016-10-21 | transport: allow summary-width to be computed dynamically | Junio C Hamano | 1 | -1/+1 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -0/+14 |
2016-10-03 | abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing | Junio C Hamano | 1 | -2/+1 |
2016-07-14 | push: accept push options | Stefan Beller | 1 | -0/+7 |
2016-06-13 | fetch, upload-pack: --deepen=N extends shallow boundary by N commits | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2016-06-13 | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2016-06-13 | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2016-02-12 | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 1 | -0/+8 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -4/+4 |
2015-09-28 | Sync with v2.5.4 | Junio C Hamano | 1 | -0/+18 |
2015-09-28 | Sync with 2.3.10 | Junio C Hamano | 1 | -0/+18 |
2015-09-25 | transport: refactor protocol whitelist code | Jeff King | 1 | -2/+13 |
2015-09-23 | transport: add a protocol-whitelist environment variable | Jeff King | 1 | -0/+7 |
2015-08-19 | push: support signing pushes iff the server supports it | Dave Borowitz | 1 | -2/+3 |
2015-08-19 | transport: remove git_transport_options.push_cert | Dave Borowitz | 1 | -1/+0 |
2015-01-07 | push.c: add an --atomic argument | Ronnie Sahlberg | 1 | -0/+1 |
2014-09-15 | push: the beginning of "git push --signed" | Junio C Hamano | 1 | -0/+5 |
2013-12-10 | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |