Age | Commit message (Expand) | Author | Files | Lines |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -2/+18 |
2018-03-15 | fetch-pack: perform a fetch using v2 | Brandon Williams | 1 | -1/+1 |
2018-03-14 | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 1 | -0/+2 |
2018-03-14 | connect: discover protocol version outside of get_remote_heads | Brandon Williams | 1 | -1/+15 |
2017-12-08 | fetch: inherit filter-spec from partial clone | Jeff Hostetler | 1 | -1/+1 |
2017-12-08 | fetch-pack: add --no-filter | Jeff Hostetler | 1 | -0/+4 |
2017-12-08 | fetch-pack, index-pack, transport: partial clone | Jeff Hostetler | 1 | -0/+4 |
2017-12-08 | sha1_file: support lazily fetching missing objects | Jonathan Tan | 1 | -0/+2 |
2017-12-05 | introduce fetch-object: fetch one promisor object | Jonathan Tan | 1 | -0/+8 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -1/+1 |
2017-03-02 | fetch-pack: move code to report unmatched refs to a function | Matt McCutchen | 1 | -6/+1 |
2016-10-10 | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 1 | -6/+21 |
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/+7 |
2016-06-13 | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2016-06-13 | fetch-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2016-03-01 | fetch-pack: fix object_id of exact sha1 | Gabriel Souza Franco | 1 | -3/+13 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -18/+9 |
2016-02-22 | fetch-pack: simplify add_sought_entry | Jeff King | 1 | -18/+9 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-11-20 | add_sought_entry_mem: convert to struct object_id | brian m. carlson | 1 | -6/+8 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -2/+2 |
2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
2014-01-17 | Merge branch 'nd/shallow-clone' | Junio C Hamano | 1 | -3/+20 |
2013-12-17 | Merge branch 'tb/clone-ssh-with-colon-for-port' | Junio C Hamano | 1 | -3/+11 |
2013-12-10 | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 1 | -3/+13 |
2013-12-10 | remote-curl: pass ref SHA-1 to fetch-pack as well | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2013-12-10 | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-10 | connect.c: teach get_remote_heads to parse "shallow" lines | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-09 | git fetch-pack: add --diag-url | Torsten Bögershausen | 1 | -3/+11 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -3/+3 |
2013-09-09 | Merge branch 'jc/push-cas' | Junio C Hamano | 1 | -0/+2 |
2013-07-23 | smart http: use the same connectivity check on cloning | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2013-07-08 | cache.h: move remote/connect API out of it | Junio C Hamano | 1 | -0/+2 |
2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -7/+4 |
2013-02-24 | teach get_remote_heads to read from a memory buffer | Jeff King | 1 | -1/+1 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -4/+3 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -2/+0 |
2013-02-07 | fetch: use struct ref to represent refs to be fetched | Junio C Hamano | 1 | -8/+32 |
2012-10-29 | fetch-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -948/+0 |
2012-10-29 | fetch-pack: remove global (static) configuration variable "args" | Nguyễn Thái Ngọc Duy | 1 | -77/+83 |
2012-09-12 | fetch-pack: eliminate spurious error messages | Michael Haggerty | 1 | -5/+5 |
2012-09-12 | cmd_fetch_pack(): simplify computation of return value | Michael Haggerty | 1 | -11/+10 |
2012-09-12 | fetch-pack: report missing refs even if no existing refs were received | Michael Haggerty | 1 | -1/+1 |
2012-09-12 | cmd_fetch_pack(): return early if finish_connect() fails | Michael Haggerty | 1 | -3/+3 |
2012-09-12 | filter_refs(): simplify logic | Michael Haggerty | 1 | -19/+18 |
2012-09-12 | filter_refs(): build refs list as we go | Michael Haggerty | 1 | -27/+4 |
2012-09-12 | filter_refs(): delete matched refs from sought list | Michael Haggerty | 1 | -8/+15 |
2012-09-12 | fetch_pack(): update sought->nr to reflect number of unique entries | Michael Haggerty | 1 | -14/+1 |
2012-09-12 | filter_refs(): do not check the same sought_pos twice | Michael Haggerty | 1 | -1/+1 |