summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-2/+1
|\
| * run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* | fetchpack.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-27/+8
|/
* Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-10/+14
|\
| * fetch-pack: refactor parsing in get_ackJeff King2014-06-201-6/+9
| * use skip_prefix to avoid magic numbersJeff King2014-06-201-4/+5
* | Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
|/
* Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+1
|\
| * object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-0/+1
* | Merge branch 'jk/shallow-update-fix'Junio C Hamano2014-03-211-11/+0
|\ \
| * | shallow: automatically clean up shallow tempfilesJeff King2014-02-271-11/+0
* | | fetch-pack: fix deepen shallow over smart http with no-done capNguyễn Thái Ngọc Duy2014-02-101-1/+2
|/ /
* | Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano2014-01-271-1/+1
|\ \ | |/ |/|
| * fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refnameJeff King2014-01-151-1/+1
| * Merge branch 'nd/fetch-into-shallow' into maintJunio C Hamano2013-10-231-52/+1
| |\
* | \ Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-12/+119
|\ \ \
| * | | shallow: remove unused codeRamsay Jones2014-01-061-1/+0
| * | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+27
| * | | fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-2/+30
| * | | clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-3/+51
| * | | fetch-pack.c: move shallow update code out of fetch_pack()Nguyễn Thái Ngọc Duy2013-12-101-9/+13
| * | | shallow.c: extend setup_*_shallow() to accept extra shallow commitsNguyễn Thái Ngọc Duy2013-12-101-2/+3
* | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-6/+6
|\ \ \ \
| * | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-6/+6
| |/ / /
* | | | Merge branch 'jk/robustify-parse-commit'Junio C Hamano2013-12-051-5/+3
|\ \ \ \ | |/ / / |/| | |
| * | | assume parse_commit checks commit->object.parsedJeff King2013-10-241-5/+3
* | | | Merge branch 'jl/pack-transfer-avoid-double-close'Junio C Hamano2013-10-301-0/+4
|\ \ \ \
| * | | | Clear fd after closing to avoid double-close errorjl/pack-transfer-avoid-double-closeJens Lindstrom2013-10-231-0/+4
| | |/ / | |/| |
| * | | Merge branch 'nd/fetch-pack-shallow-fix' into maintJunio C Hamano2013-09-051-1/+3
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'nd/fetch-pack-error-reporting-fix'Jonathan Nieder2013-09-241-5/+5
|\ \ \ \
| * | | | fetch-pack.c: show correct command name that failsnd/fetch-pack-error-reporting-fixNguyễn Thái Ngọc Duy2013-09-181-5/+5
* | | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-52/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | move setup_alternate_shallow and write_shallow_commits to shallow.cNguyễn Thái Ngọc Duy2013-08-181-52/+1
| | |/ / | |/| |
* | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-0/+1
|\ \ \ \
| * | | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
* | | | | Merge branch 'nd/fetch-pack-shallow-fix'Junio C Hamano2013-08-301-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | fetch-pack: do not remove .git/shallow file when --depth is not specifiednd/fetch-pack-shallow-fixNguyễn Thái Ngọc Duy2013-08-251-1/+3
| | |/ | |/|
* | | fetch-pack: avoid quadratic behavior in rev_list_pushjk/fetch-pack-many-refsJeff King2013-07-021-7/+6
* | | fetch-pack: avoid quadratic list insertion in mark_completeJeff King2013-07-021-1/+2
| |/ |/|
* | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-1/+10
|/
* fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-36/+37
* Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-011-9/+9
|\
| * pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-6/+6
| * pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
| * pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
| * fetch-pack: fix out-of-bounds buffer offset in get_ackJeff King2013-02-201-0/+2
* | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-211-32/+69
|\ \ | |/ |/|
| * fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano2013-02-071-1/+21
| * fetch: use struct ref to represent refs to be fetchedJunio C Hamano2013-02-071-31/+48