summaryrefslogtreecommitdiff
path: root/t/t5500-fetch-pack.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-1/+1
|\ \
| * | builtin/pack-objects.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1
* | | Merge branch 'jt/fetch-pack-negotiator'Junio C Hamano2018-08-021-0/+33
|\ \ \
| * | | fetch-pack: use ref adv. to prune "have" sentJonathan Tan2018-06-151-0/+33
* | | | Merge branch 'es/test-fixes'Junio C Hamano2018-08-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
| | |/ | |/|
* | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-07-241-6/+13
|\ \ \ | |/ / |/| |
| * | t5500: prettify non-commit tag testsJeff King2018-07-061-6/+13
* | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-06-281-0/+41
|\ \ \ | |/ /
| * | fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov2018-06-131-0/+31
| * | fetch-pack: don't try to fetch peel values with --allJeff King2018-06-111-0/+10
* | | Merge branch 'nd/reject-empty-shallow-request'Junio C Hamano2018-06-251-0/+11
|\ \ \ | |_|/ |/| |
| * | upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy2018-06-041-0/+11
* | | t: make many tests depend less on the refs being filesDavid Turner2018-05-231-5/+5
* | | t5500-fetch-pack: don't check the stderr of a subshellSZEDER Gábor2018-02-281-6/+6
* | | fetch: support filtersJeff Hostetler2017-12-081-0/+36
* | | fetch-pack: test support excluding large blobsJonathan Tan2017-12-081-0/+27
|/ /
* | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan Tan2017-05-161-0/+35
* | fetch-pack: move code to report unmatched refs to a functionMatt McCutchen2017-03-021-3/+3
|/
* Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-0/+68
|\
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepenNguyễn Thái Ngọc Duy2016-06-131-0/+23
| * t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy2016-06-131-0/+21
| * t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy2016-06-131-0/+24
* | Merge branch 'jk/shell-portability'Junio C Hamano2016-06-101-1/+0
|\ \
| * | t5500 & t7403: lose bash-ism "local"jk/shell-portabilityJunio C Hamano2016-06-011-1/+0
* | | Merge branch 'jc/merge-refuse-new-root'Junio C Hamano2016-04-081-2/+4
|\ \ \ | |/ / |/| |
| * | merge: refuse to create too cool a merge by defaultJunio C Hamano2016-03-231-2/+4
* | | fetch-pack: fix object_id of exact sha1Gabriel Souza Franco2016-03-011-0/+14
| |/ |/|
* | t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-10/+10
|/
* Merge branch 'tb/connect-ipv6-parse-fix'Junio C Hamano2015-04-201-7/+10
|\
| * connect.c: ignore extra colon after hostnametb/connect-ipv6-parse-fixTorsten Bögershausen2015-04-081-7/+10
* | t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
|/
* t5500: show user name and host in diag-urlTorsten Bögershausen2015-02-221-18/+33
* connect.c: refactor url parsingTorsten Bögershausen2013-12-091-0/+7
* git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-091-6/+3
* git fetch: support host:/~repoTorsten Bögershausen2013-12-091-0/+24
* t5500: add test cases for diag-urlTorsten Bögershausen2013-12-091-0/+59
* Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-0/+11
|\
| * Add testcase for needless objects during a shallow fetchnd/fetch-into-shallowMatthijs Kooijman2013-08-281-0/+11
| * Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-06-061-0/+7
| |\
* | | 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-0/+16
* | | Merge branch 'nd/clone-connectivity-shortcut' (early part) into maintJunio C Hamano2013-06-281-0/+7
|\ \ \ | |/ / |/| / | |/
| * fetch-pack: prepare updated shallow file before fetching the packNguyễn Thái Ngọc Duy2013-05-281-0/+7
* | t5500: add test for fetching with an unknown 'shallow'Michael Heemskerk2013-05-021-0/+14
|/
* Merge branch 'jk/peel-ref'Junio C Hamano2013-03-251-0/+9
|\
| * upload-pack: make sure "want" objects are parsedJeff King2013-03-161-0/+9
* | upload-pack: fix off-by-one depth calculation in shallow cloneNguyễn Thái Ngọc Duy2013-01-111-6/+19
* | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-0/+20