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