summaryrefslogtreecommitdiffstats
path: root/t/t5601-clone.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* t: mark some tests as leak freePatrick Steinhardt2024-11-211-0/+1
* t5601: work around leak sanitizer issuePatrick Steinhardt2024-11-211-11/+15
* t5500, t5601: skip tests which exercise paths with '[::1]' on CygwinPatrick Steinhardt2024-10-161-2/+9
* config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt2024-06-121-0/+7
* Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano2024-05-251-51/+0
|\
| * Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-51/+0
| |\
| | * Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-51/+0
| | |\
| | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-51/+0
| | | |\
| | | | * clone: drop the protections where hooks aren't runJohannes Schindelin2024-05-211-51/+0
* | | | | Sync with 2.44.1Johannes Schindelin2024-04-291-0/+66
|\| | | |
| * | | | Sync with 2.43.4Johannes Schindelin2024-04-191-0/+66
| |\| | |
| | * | | Sync with 2.42.2Johannes Schindelin2024-04-191-0/+66
| | |\| |
| | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-0/+66
| | | |\|
| | | | * clone: prevent hooks from running during a cloneJohannes Schindelin2024-04-191-0/+51
| | | | * clone: when symbolic links collide with directories, keep the latterJohannes Schindelin2024-04-171-0/+15
* | | | | t5601: exercise clones with "includeIf.*.onbranch"Patrick Steinhardt2024-03-121-0/+12
|/ / / /
* / / / builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt2024-01-021-0/+17
|/ / /
* / / tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-3/+3
|/ /
* | bundle-uri: download in creationToken orderDerrick Stolee2023-01-311-0/+46
* | clone: unbundle the advertised bundlesDerrick Stolee2022-12-251-0/+59
|/
* t5516: move plaintext-password tests from t5601 and t5516Jeff King2022-11-011-23/+0
* Sync with 2.37.4Taylor Blau2022-10-071-0/+1
|\
| * Sync with 2.36.3Taylor Blau2022-10-071-0/+1
| |\
| | * Sync with 2.35.5Taylor Blau2022-10-061-0/+1
| | |\
| | | * Sync with 2.32.4Taylor Blau2022-10-061-0/+1
| | | |\
| | | | * Sync with 2.31.5Taylor Blau2022-10-061-0/+1
| | | | |\
| | | | | * Sync with 2.30.6Taylor Blau2022-10-061-0/+1
| | | | | |\
| | | | | | * t/t5NNN: allow local submodulesTaylor Blau2022-10-011-0/+1
* | | | | | | fetch-pack: add tracing for negotiation roundsJosh Steadmon2022-08-151-1/+5
|/ / / / / /
* | | | | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-171-5/+5
|\ \ \ \ \ \
| * | | | | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-151-5/+5
* | | | | | | tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason2022-06-151-2/+2
|/ / / / / /
* | | | | | Merge branch 'ds/credentials-in-url'Junio C Hamano2022-06-141-0/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-061-0/+23
| |/ / / /
* / / / / tests: change "cat && chmod +x" to use "test_hook"Ævar Arnfjörð Bjarmason2022-03-171-3/+1
|/ / / /
* | | | Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano2021-07-141-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | t5601: read HEAD using rev-parseHan-Wen Nienhuys2021-06-021-1/+2
* | | | t5601: mark protocol v2-only testJonathan Tan2021-05-051-1/+1
|/ / /
* / / builtin/clone.c: add --reject-shallow optionLi Linchao2021-04-011-0/+9
|/ /
* | tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-111-1/+1
* | t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-3/+3
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
|/
* Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano2020-10-051-1/+2
|\
| * fetch: do not override partial clone filterJonathan Tan2020-09-291-1/+2
* | builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson2020-09-221-0/+14
|/
* promisor-remote: lazy-fetch objects in subprocessJonathan Tan2020-08-191-1/+1
* git clone: don't clone into non-empty directoryBen Wijen2020-07-101-1/+3
* t5601: switch into repository to hash objectbrian m. carlson2020-01-151-2/+2
* Merge branch 'dl/use-sq-from-test-lib'Junio C Hamano2019-09-301-1/+0
|\