summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-07-18fetch: reject --no-ipv[46]Junio C Hamano
2023-03-01push: allow delete single-level refZheNing Hu
2022-11-28Merge branch 'zk/push-use-bitmaps'Junio C Hamano
2022-11-22t5516: fail to run in verbose modeJiang Xin
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-01t5516: prepare for changing protocol.file.allowTaylor Blau
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano
2022-07-13Merge branch 'zk/push-use-bitmaps'Junio C Hamano
2022-06-17send-pack.c: add config push.useBitmapsKyle Zhao
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-10Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano
2022-06-06tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee
2022-06-01remote.c: reject 0-length branch namesGlen Choo
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo
2022-03-17fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason
2022-02-18Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano
2022-02-09Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano
2022-02-01receive-pack: purge temporary data if no command is ready to runChen Bojun
2022-01-19fetch --negotiate-only: do not update submodulesGlen Choo
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-21Merge branch 'ak/protect-any-current-branch'Junio C Hamano
2021-12-13t5516: drop unnecessary subshell and command invocationEric Sunshine
2021-12-02receive-pack: protect current branch for bare repository worktreeAnders Kaseorg
2021-12-02fetch: protect branches checked out in all worktreesAnders Kaseorg
2021-11-19t5516: add test case for pushing remote refspecsGlen Choo
2021-09-27refs: turn on GIT_REF_PARANOIA by defaultJeff King
2021-09-27t5516: don't use HEAD ref for invalid ref-deletion testsJeff King
2021-07-15send-pack: fix push nego. when remote has refsJonathan Tan
2021-05-05send-pack: support push negotiationJonathan Tan
2021-02-26Merge branch 'jc/push-delete-nothing'Junio C Hamano
2021-02-23push: do not turn --delete '' into a matching pushJunio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-10t5516: loosen "not our ref" error checkJeff King
2020-11-30refspec: make @ a synonym of HEADFelipe Contreras
2020-11-30tests: push: trivial cleanupFelipe Contreras
2020-11-30tests: push: improve cleanup of HEAD testsFelipe Contreras
2020-11-19t551*: 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-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27transport: not report a non-head push as a branchJiang Xin
2020-07-07Merge branch 'js/pu-to-seen'Junio C Hamano