aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0001-init.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano1-1/+1
2025-09-10breaking-changes: switch default branch to mainPhillip Wood1-1/+17
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt1-0/+34
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt1-0/+11
2025-03-25advice: allow disabling default branch name adviceJustin Tobler1-0/+8
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt1-0/+12
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt1-0/+9
2025-01-30t0001: remove duplicate testPatrick Steinhardt1-9/+0
2024-12-13Merge branch 'cw/worktree-extension'Junio C Hamano1-4/+18
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White1-4/+18
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt1-0/+44
2024-08-16setup: make object format configurable via configPatrick Steinhardt1-0/+50
2024-08-16t0001: delete repositories when object format tests finishPatrick Steinhardt1-0/+3
2024-08-16t0001: exercise initialization with ref formats more thoroughlyPatrick Steinhardt1-13/+35
2024-06-03Merge branch 'ps/fix-reinit-includeif-onbranch'Junio C Hamano1-8/+93
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt1-8/+93
2024-01-02builtin/init: introduce `--ref-format=` value flagPatrick Steinhardt1-0/+26
2024-01-02setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt1-0/+18
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt1-0/+26
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-8/+8
2023-02-06tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason1-2/+7
2022-02-11t0001: replace "test [-d|-f]" with test_path_is_* functionsShaoxuan Yuan1-1/+2
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-10-12leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-07-30t0001: fix broken not-quite getcwd(3) test in bed67874e2Ævar Arnfjörð Bjarmason1-1/+4
2021-05-25init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares1-8/+20
2020-12-13init: provide useful advice about init.defaultBranchJohannes Schindelin1-1/+8
2020-12-13branch -m: allow renaming a yet-unborn branchJohannes Schindelin1-0/+8
2020-10-23tests: start moving to a different default main branch nameJohannes Schindelin1-3/+10
2020-08-31init: make --separate-git-dir work from within linked worktreeEric Sunshine1-2/+19
2020-08-31init: teach --separate-git-dir to repair linked worktreesEric Sunshine1-0/+11
2020-08-24Merge branch 'es/init-no-separate-git-dir-in-bare'Junio C Hamano1-0/+13
2020-08-10init: disallow --separate-git-dir with bare repositoryEric Sunshine1-0/+13
2020-07-30repository: enable SHA-256 support by defaultbrian m. carlson1-0/+33
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson1-0/+13
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin1-0/+13
2020-04-11t: restrict `is_hidden` to be called only on WindowsJohannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsJohannes Schindelin1-7/+0
2019-07-09Merge branch 'jh/msvc'Junio C Hamano1-2/+2
2019-07-09Merge branch 'js/t0001-case-insensitive'Junio C Hamano1-14/+8
2019-06-24t0001: fix on case-insensitive filesystemsJohannes Schindelin1-14/+8
2019-06-20t0001 (mingw): do not expect a specific order of stdout/stderrJohannes Schindelin1-2/+2
2019-06-13Merge branch 'nd/init-relative-template-fix'Junio C Hamano1-1/+1
2019-05-28trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor1-1/+1
2019-05-13init: make --template path relative to $CWDNguyễn Thái Ngọc Duy1-1/+1
2019-03-12mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin1-0/+11
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+1
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor1-2/+2
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+2