aboutsummaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2011-05-25
|\
| * init/clone: remove short option -L and document --separate-git-dirNguyen Thai Ngoc Duy2011-05-25
* | Merge branch 'ab/i18n-fixup'Junio C Hamano2011-05-02
|\ \ | |/ |/|
| * i18n: do not overuse C_LOCALE_OUTPUT (grep)Junio C Hamano2011-04-13
* | Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-12
|\ \ | |/ |/|
| * t0001: guard a new test with SYMLINKS prerequisiteJohannes Sixt2011-04-11
* | Merge branch 'nd/init-gitdir'Junio C Hamano2011-04-01
|\ \ | |/
| * init, clone: support --separate-git-dir for .git fileNguyễn Thái Ngọc Duy2011-03-19
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\ \
| * | i18n: git-init "Initialized [...] repository" messageÆvar Arnfjörð Bjarmason2011-03-09
| |/
* | config: drop support for GIT_CONFIG_NOGLOBALJonathan Nieder2011-03-15
|/
* t0001,t1510,t3301: use sane_unset which always returns with status 0Brandon Casey2011-01-06
* Merge branch 'nd/setup'Junio C Hamano2010-12-28
|\
| * t0001: test git init when run via an aliasJonathan Nieder2010-12-22
* | Introduce sane_unset and use it to ensure proper && chainingElijah Newren2010-10-06
|/
* tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy2010-08-31
* tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason2010-08-18
* handle "git --bare init <dir>" properlyJeff King2010-05-10
* t/t0001-init.sh: add test for 'init with init.templatedir set'Steven Drake2010-02-25
* t0001-init: split the existence test from the permission testJohannes Sixt2009-08-09
* t0001-init: fix a file nameJohannes Sixt2009-08-09
* git init: optionally allow a directory argumentNanako Shiraishi2009-07-25
* init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld2009-04-18
* git init: --bare/--shared overrides system/global configDeskin Miller2008-10-08
* init: handle empty "template" parameterJeff King2008-07-27
* t0001-init.sh: change confusing directory nameMiklos Vajna2008-07-11
* git-init: accept --bare optionLuciano Rocha2008-05-28
* init: show "Reinit" message even in an (existing) empty repositoryJohannes Schindelin2008-03-25
* Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand2007-12-04
* Fix initialization of a bare repositoryJunio C Hamano2007-08-27