summaryrefslogtreecommitdiff
path: root/builtin/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-6/+1
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-6/+21
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-131-0/+7
| * fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-131-0/+4
| * fetch-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-131-6/+6
* | fetch-pack: fix object_id of exact sha1Gabriel Souza Franco2016-03-011-3/+13
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-18/+9
|\ \ | |/ |/|
| * fetch-pack: simplify add_sought_entryJeff King2016-02-221-18/+9
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* add_sought_entry_mem: convert to struct object_idbrian m. carlson2015-11-201-6/+8
* Convert struct ref to use object_id.brian m. carlson2015-11-201-2/+2
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-3/+20
|\
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-3/+13
| * remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-101-0/+7
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-1/+1
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-101-1/+1
* | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-171-3/+11
|\ \
| * | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-091-3/+11
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
|/
* Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-0/+2
|\
| * cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+2
* | smart http: use the same connectivity check on cloningnd/clone-connectivity-shortcutNguyễn Thái Ngọc Duy2013-07-231-0/+9
|/
* Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-011-7/+4
|\
| * teach get_remote_heads to read from a memory bufferJeff King2013-02-241-1/+1
| * pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-4/+3
| * pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
* | fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-8/+32
|/
* fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-291-948/+0
* fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy2012-10-291-77/+83
* fetch-pack: eliminate spurious error messagesMichael Haggerty2012-09-121-5/+5
* cmd_fetch_pack(): simplify computation of return valueMichael Haggerty2012-09-121-11/+10
* fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty2012-09-121-1/+1
* cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty2012-09-121-3/+3
* filter_refs(): simplify logicMichael Haggerty2012-09-121-19/+18
* filter_refs(): build refs list as we goMichael Haggerty2012-09-121-27/+4
* filter_refs(): delete matched refs from sought listMichael Haggerty2012-09-121-8/+15
* fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty2012-09-121-14/+1
* filter_refs(): do not check the same sought_pos twiceMichael Haggerty2012-09-121-1/+1
* Change fetch_pack() and friends to take string_list argumentsMichael Haggerty2012-09-121-49/+39
* fetch_pack(): reindent function decl and defnMichael Haggerty2012-09-121-4/+4
* fetch-pack: mention server version with verbose outputJeff King2012-08-131-1/+8
* fetch-pack: do not ask for unadvertised capabilitiesJunio C Hamano2012-08-101-0/+6
* do not send client agent unless server does firstJeff King2012-08-101-1/+6
* include agent identifier in capability stringJeff King2012-08-031-0/+2
* Merge branch 'jk/fetch-pack-remove-dups-optim'Junio C Hamano2012-05-291-22/+30
|\
| * fetch-pack: sort incoming heads list earlierJeff King2012-05-241-1/+1
| * fetch-pack: avoid quadratic loop in filter_refsJeff King2012-05-221-6/+13
| * fetch-pack: sort the list of incoming refsJeff King2012-05-221-0/+2