summaryrefslogtreecommitdiff
path: root/t/t0001-init.sh
AgeCommit message (Expand)Author
2019-07-09Merge branch 'jh/msvc'Junio C Hamano
2019-07-09Merge branch 'js/t0001-case-insensitive'Junio C Hamano
2019-06-24t0001: fix on case-insensitive filesystemsJohannes Schindelin
2019-06-20t0001 (mingw): do not expect a specific order of stdout/stderrJohannes Schindelin
2019-06-13Merge branch 'nd/init-relative-template-fix'Junio C Hamano
2019-05-28trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor
2019-05-13init: make --template path relative to $CWDNguyễn Thái Ngọc Duy
2019-03-12mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-03t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine
2018-06-15tests: clean after SANITY testsJunio C Hamano
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