aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0001-init.sh
AgeCommit message (Expand)AuthorFilesLines
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