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