aboutsummaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
Commit message (Expand)AuthorAge
* mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin2017-11-02
* mingw: add experimental feature to redirect standard handlesJohannes Schindelin2017-11-02
* t0001: skip test with restrictive permissions if getpwd(3) respects themRené Scharfe2017-08-07
* strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSDRené Scharfe2017-03-26
* Merge branch 'mm/reset-facl-before-umask-test'Junio C Hamano2017-02-02
|\
| * t0001: don't let a default ACL interfere with the umask testMatt McCutchen2017-01-30
* | init: do not set unnecessary core.worktreeNguyễn Thái Ngọc Duy2016-09-25
* | init: correct re-initialization from a linked worktreeNguyễn Thái Ngọc Duy2016-09-25
* | config: only read .git/config from configured reposJeff King2016-09-13
|/
* mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-11
* Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-03-04
|\
| * t0001: fix GIT_* environment variable check under --valgrindJohannes Sixt2016-03-03
* | Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano2016-01-20
|\ \ | |/
| * git.c: make sure we do not leak GIT_* to alias scriptsNguyễn Thái Ngọc Duy2015-12-22
* | init: use strbufs to store pathsJeff King2015-10-05
|/
* 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