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