summaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
AgeCommit message (Expand)Author
2014-12-05Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano
2014-11-18create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty
2014-06-25Merge branch 'nd/init-restore-env'Junio C Hamano
2014-06-10git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano
2014-04-29t0001-init.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-03-21t0001: drop subshells just for "cd"Jeff King
2014-03-21t0001: drop useless subshellsJeff King
2014-03-21t0001: use test_must_failJeff King
2014-03-21t0001: use test_config_globalJeff King
2014-03-21t0001: use test_path_is_*Jeff King
2014-03-21t0001: make symlink reinit test more carefulJeff King
2014-03-21t: stop using GIT_CONFIG to cross repo boundariesJeff King
2014-03-21t: drop useless sane_unset GIT_* callsJeff King
2013-09-03Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy
2011-05-25Merge branch 'maint'Junio C Hamano
2011-05-25init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy
2011-05-02Merge branch 'ab/i18n-fixup'Junio C Hamano
2011-04-13i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano
2011-04-12Merge branch 'nd/init-gitdir'Junio C Hamano
2011-04-12t0001: guard a new test with SYMLINKS prerequisiteJohannes Sixt
2011-04-02Merge branch 'nd/init-gitdir'Junio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-20init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder
2011-03-10i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason
2011-01-06t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey
2010-12-28Merge branch 'nd/setup'Junio C Hamano
2010-12-22t0001: test git init when run via an aliasJonathan Nieder
2010-10-06Introduce sane_unset and use it to ensure proper && chainingElijah Newren
2010-08-31tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-05-10handle "git --bare init <dir>" properlyJeff King
2010-02-26t/t0001-init.sh: add test for 'init with init.templatedir set'Steven Drake
2009-08-09t0001-init: split the existence test from the permission testJohannes Sixt
2009-08-09t0001-init: fix a file nameJohannes Sixt
2009-07-25git init: optionally allow a directory argumentNanako Shiraishi
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld
2008-10-08git init: --bare/--shared overrides system/global configDeskin Miller
2008-07-28init: handle empty "template" parameterJeff King
2008-07-12t0001-init.sh: change confusing directory nameMiklos Vajna
2008-05-29git-init: accept --bare optionLuciano Rocha
2008-03-25init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand
2007-08-28Fix initialization of a bare repositoryJunio C Hamano