aboutsummaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
Commit message (Expand)AuthorAge
* Merge branch 'mh/config-flip-xbit-back-after-checking'Junio C Hamano2014-12-05
|\
| * create_default_files(): don't set u+x bit on $GIT_DIR/configMichael Haggerty2014-11-18
* | Merge branch 'nd/init-restore-env'Junio C Hamano2014-06-25
|\ \
| * | git potty: restore environments after alias expansionNguyễn Thái Ngọc Duy2014-06-10
| |/
* | Merge branch 'ep/shell-command-substitution'Junio C Hamano2014-06-03
|\ \ | |/ |/|
| * t0001-init.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-29
* | t0001: drop subshells just for "cd"Jeff King2014-03-21
* | t0001: drop useless subshellsJeff King2014-03-21
* | t0001: use test_must_failJeff King2014-03-21
* | t0001: use test_config_globalJeff King2014-03-21
* | t0001: use test_path_is_*Jeff King2014-03-21
* | t0001: make symlink reinit test more carefulJeff King2014-03-21
* | t: stop using GIT_CONFIG to cross repo boundariesJeff King2014-03-21
* | t: drop useless sane_unset GIT_* callsJeff King2014-03-21
|/
* Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy2013-09-03
* 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