summaryrefslogtreecommitdiffstats
path: root/t/t5516-fetch-push.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bf/set-head-symref'Junio C Hamano2024-12-191-1/+2
|\
| * fetch: set remote/HEAD if it does not existBence Ferdinandy2024-11-251-1/+2
* | t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
|/
* upload-pack: fix leaking child process data on reachability checksPatrick Steinhardt2024-09-051-0/+1
* push: avoid showing false negotiation errorsJunio C Hamano2024-07-031-0/+10
* tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-4/+4
* fetch: reject --no-ipv[46]Junio C Hamano2023-07-181-0/+11
* push: allow delete single-level refZheNing Hu2023-03-011-0/+12
* Merge branch 'zk/push-use-bitmaps'Junio C Hamano2022-11-281-3/+3
|\
| * t5516: fail to run in verbose modeJiang Xin2022-11-221-3/+3
* | t5516: move plaintext-password tests from t5601 and t5516Jeff King2022-11-011-31/+0
* | Sync with 2.37.4Taylor Blau2022-10-071-0/+1
|\ \
| * \ Sync with 2.36.3Taylor Blau2022-10-071-0/+1
| |\ \
| | * | t5516: prepare for changing protocol.file.allowTaylor Blau2022-10-011-0/+1
* | | | fetch-pack: add tracing for negotiation roundsJosh Steadmon2022-08-151-2/+8
* | | | Merge branch 'ab/test-without-templates'Junio C Hamano2022-07-181-2/+14
|\ \ \ \
| * | | | tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason2022-06-061-2/+14
| | |/ / | |/| |
* | | | Merge branch 'zk/push-use-bitmaps'Junio C Hamano2022-07-131-0/+22
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | send-pack.c: add config push.useBitmapsKyle Zhao2022-06-171-0/+22
* | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-171-7/+7
|\ \ \
| * | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-151-7/+7
| |/ /
* / / 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/+32
|\ \
| * | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-061-0/+32
* | | Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano2022-06-111-0/+20
|\ \ \ | |_|/ |/| |
| * | remote.c: reject 0-length branch namesGlen Choo2022-06-011-1/+11
| * | remote.c: don't BUG() on 0-length branch namesGlen Choo2022-06-011-0/+10
* | | fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason2022-03-171-103/+88
* | | tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason2022-03-171-2/+1
* | | Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano2022-02-181-0/+8
|\ \ \
| * | | receive-pack: purge temporary data if no command is ready to runChen Bojun2022-02-011-0/+8
| | |/ | |/|
* | | Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano2022-02-091-0/+12
|\ \ \ | |/ / |/| |
| * | fetch --negotiate-only: do not update submodulesGlen Choo2022-01-191-0/+12
| |/
* | Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-041-4/+1
|\ \
| * | t5516: drop unnecessary subshell and command invocationEric Sunshine2021-12-131-4/+1
* | | Merge branch 'ak/protect-any-current-branch'Junio C Hamano2021-12-221-0/+32
|\ \ \ | |_|/ |/| |
| * | receive-pack: protect current branch for bare repository worktreeAnders Kaseorg2021-12-021-0/+14
| * | fetch: protect branches checked out in all worktreesAnders Kaseorg2021-12-021-0/+18
| |/
* / t5516: add test case for pushing remote refspecsGlen Choo2021-11-191-0/+9
|/
* refs: turn on GIT_REF_PARANOIA by defaultJeff King2021-09-271-3/+4
* t5516: don't use HEAD ref for invalid ref-deletion testsJeff King2021-09-271-9/+9
* send-pack: fix push nego. when remote has refsJonathan Tan2021-07-151-1/+3
* send-pack: support push negotiationJonathan Tan2021-05-051-0/+35
* Merge branch 'jc/push-delete-nothing'Junio C Hamano2021-02-261-0/+5
|\
| * push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-241-0/+5
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-259/+255
|\ \
| * | t551*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-251/+251
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
| |/
* | t5516: loosen "not our ref" error checkJeff King2021-01-101-1/+3
* | refspec: make @ a synonym of HEADFelipe Contreras2020-11-301-51/+56