summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
AgeCommit message (Expand)Author
2024-03-12t5601: exercise clones with "includeIf.*.onbranch"Patrick Steinhardt
2024-01-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-01-31bundle-uri: download in creationToken orderDerrick Stolee
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-06Sync with 2.36.3Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.32.4Taylor Blau
2022-10-06Sync with 2.31.5Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01t/t5NNN: allow local submodulesTaylor Blau
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon
2022-06-17Merge branch 'ab/credentials-in-url-more'Junio C Hamano
2022-06-15tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason
2022-06-13Merge branch 'ds/credentials-in-url'Junio C Hamano
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee
2022-03-17tests: change "cat && chmod +x" to use "test_hook"Ævar Arnfjörð Bjarmason
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano
2021-06-02t5601: read HEAD using rev-parseHan-Wen Nienhuys
2021-05-05t5601: mark protocol v2-only testJonathan Tan
2021-04-01builtin/clone.c: add --reject-shallow optionLi Linchao
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-11-19t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-05Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano
2020-09-28fetch: do not override partial clone filterJonathan Tan
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan
2020-07-10git clone: don't clone into non-empty directoryBen Wijen
2020-01-15t5601: switch into repository to hash objectbrian m. carlson
2019-09-30Merge branch 'dl/use-sq-from-test-lib'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-06t: use common $SQ variableDenton Liu
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-05-29clone: respect user supplied origin name when setting up partial cloneXin Li
2019-05-08Merge branch 'tb/unexpected'Junio C Hamano
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano
2019-04-05t: move 'hex2oct' into test-lib-functions.shTaylor Blau
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2019-03-07t5601: check ssh command only with protocol v0Jonathan Tan
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen
2018-11-26Merge branch 'tb/clone-case-smashing-warning-test'Junio C Hamano
2018-11-24t5601-99: Enable colliding file detection for MINGWTorsten Bögershausen
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano