summaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
AgeCommit message (Expand)Author
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-12t0001: 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-13leak 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
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine
2018-06-15tests: clean after SANITY testsJunio C Hamano
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin
2017-08-07t0001: skip test with restrictive permissions if getpwd(3) respects themRené Scharfe
2017-03-27strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDRené Scharfe
2017-02-02Merge branch 'mm/reset-facl-before-umask-test'Junio C Hamano
2017-01-30t0001: don't let a default ACL interfere with the umask testMatt McCutchen
2016-09-25init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy
2016-09-25init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy
2016-09-13config: only read .git/config from configured reposJeff King
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin
2016-03-04Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano
2016-03-03t0001: fix GIT_* environment variable check under --valgrindJohannes Sixt
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano
2015-12-22git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy