aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0001-init.sh
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-3/+2
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine1-2/+2
2018-06-15tests: clean after SANITY testsJunio C Hamano1-0/+1
2017-11-02mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin1-1/+7
2017-11-02mingw: add experimental feature to redirect standard handlesJohannes Schindelin1-0/+6
2017-08-07t0001: skip test with restrictive permissions if getpwd(3) respects themRené Scharfe1-2/+28
2017-03-26strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDRené Scharfe1-0/+14
2017-02-02Merge branch 'mm/reset-facl-before-umask-test'Junio C Hamano1-0/+3
2017-01-30t0001: don't let a default ACL interfere with the umask testMatt McCutchen1-0/+3
2016-09-25init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy1-0/+2
2016-09-25init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy1-0/+15
2016-09-13config: only read .git/config from configured reposJeff King1-0/+9
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin1-0/+30
2016-03-04Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano1-11/+9
2016-03-03t0001: fix GIT_* environment variable check under --valgrindJohannes Sixt1-11/+9
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano1-0/+17
2015-12-22git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy1-0/+17
2015-10-05init: use strbufs to store pathsJeff King1-2/+2
2014-12-05Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano1-0/+7
2014-11-18create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty1-0/+7
2014-06-25Merge branch 'nd/init-restore-env'Junio C Hamano1-2/+2
2014-06-10git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy1-2/+2
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano1-6/+6
2014-04-29t0001-init.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2014-03-21t0001: drop subshells just for "cd"Jeff King1-47/+9
2014-03-21t0001: drop useless subshellsJeff King1-39/+22
2014-03-21t0001: use test_must_failJeff King1-27/+11
2014-03-21t0001: use test_config_globalJeff King1-7/+4
2014-03-21t0001: use test_path_is_*Jeff King1-18/+18
2014-03-21t0001: make symlink reinit test more carefulJeff King1-2/+2
2014-03-21t: stop using GIT_CONFIG to cross repo boundariesJeff King1-2/+2
2014-03-21t: drop useless sane_unset GIT_* callsJeff King1-15/+0
2013-09-03Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy1-0/+4
2011-05-25Merge branch 'maint'Junio C Hamano1-1/+1
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy1-1/+1
2011-05-02Merge branch 'ab/i18n-fixup'Junio C Hamano1-5/+5
2011-04-13i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano1-5/+5
2011-04-12Merge branch 'nd/init-gitdir'Junio C Hamano1-1/+1
2011-04-11t0001: guard a new test with SYMLINKS prerequisiteJohannes Sixt1-1/+1
2011-04-01Merge branch 'nd/init-gitdir'Junio C Hamano1-0/+46
2011-04-01Merge branch 'ab/i18n-st'Junio C Hamano1-1/+1
2011-03-19init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy1-0/+46
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder1-4/+1
2011-03-09i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason1-1/+1
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey1-4/+4
2010-12-28Merge branch 'nd/setup'Junio C Hamano1-0/+56
2010-12-22t0001: test git init when run via an aliasJonathan Nieder1-0/+56
2010-10-06Introduce sane_unset and use it to ensure proper && chainingElijah Newren1-14/+14
2010-08-31tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy1-6/+0
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason1-1/+1
2010-05-10handle "git --bare init <dir>" properlyJeff King1-0/+14
2010-02-25t/t0001-init.sh: add test for 'init with init.templatedir set'Steven Drake1-0/+19
2009-08-09t0001-init: split the existence test from the permission testJohannes Sixt1-0/+6
2009-08-09t0001-init: fix a file nameJohannes Sixt1-1/+1
2009-07-25git init: optionally allow a directory argumentNanako Shiraishi1-0/+77
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld1-0/+9
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller1-0/+32
2008-07-27init: handle empty "template" parameterJeff King1-0/+26
2008-07-11t0001-init.sh: change confusing directory nameMiklos Vajna1-3/+3
2008-05-28git-init: accept --bare optionLuciano Rocha1-0/+11
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin1-0/+17
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand1-8/+8
2007-08-27Fix initialization of a bare repositoryJunio C Hamano1-0/+116