90 Commits (d7d30badbf1ece9c944e41bac4d8aef1117e8b7f)

Author SHA1 Message Date
Jean-Noël Avila 43ea635c35 i18n: refactor "foo and bar are mutually exclusive" 3 years ago
Ævar Arnfjörð Bjarmason c150064dbe leak tests: run various built-in tests in t00*.sh SANITIZE=leak 3 years ago
Ævar Arnfjörð Bjarmason 482e1488a9 t0001: fix broken not-quite getcwd(3) test in bed67874e2 4 years ago
Matheus Tavares a185dd58ec init: fix bug regarding ~/ expansion in init.templateDir 4 years ago
Johannes Schindelin 675704c74d init: provide useful advice about init.defaultBranch 4 years ago
Johannes Schindelin cfaff3aac8 branch -m: allow renaming a yet-unborn branch 4 years ago
Johannes Schindelin 704fed9ea2 tests: start moving to a different default main branch name 4 years ago
Eric Sunshine 59d876ccd6 init: make --separate-git-dir work from within linked worktree 5 years ago
Eric Sunshine 42264bc841 init: teach --separate-git-dir to repair linked worktrees 5 years ago
Eric Sunshine ccf236a23a init: disallow --separate-git-dir with bare repository 5 years ago
brian m. carlson eff45daab8 repository: enable SHA-256 support by default 5 years ago
Don Goodman-Wilson 8747ebb7cd init: allow setting the default for the initial branch name via the config 5 years ago
Johannes Schindelin 32ba12dab2 init: allow specifying the initial branch name for the new repository 5 years ago
Johannes Schindelin 176a66a748 t: restrict `is_hidden` to be called only on Windows 5 years ago
Johannes Schindelin 7c2dfca7e8 t: consolidate the `is_hidden` functions 5 years ago
Johannes Schindelin ed33bd8f30 t0001: fix on case-insensitive filesystems 6 years ago
Johannes Schindelin fdda1ac62d t0001 (mingw): do not expect a specific order of stdout/stderr 6 years ago
SZEDER Gábor e4b75d6a1d trace2: rename environment variables to GIT_TRACE2* 6 years ago
Nguyễn Thái Ngọc Duy e1df7fe43f init: make --template path relative to $CWD 6 years ago
Johannes Schindelin 287853392a mingw: respect core.hidedotfiles = false in git-init again 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
SZEDER Gábor 165293af3c tests: send "bug in the test script" errors to the script's stderr 6 years ago
SZEDER Gábor 1c5e94f459 tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' 7 years ago
Eric Sunshine ed6c994af4 t: use sane_unset() rather than 'unset' with broken &&-chain 7 years ago
Junio C Hamano 037714252f tests: clean after SANITY tests 7 years ago
Johannes Schindelin 1a172e4ac1 mingw: optionally redirect stderr/stdout via the same handle 7 years ago
Johannes Schindelin 3f944424ac mingw: add experimental feature to redirect standard handles 7 years ago
René Scharfe bed67874e2 t0001: skip test with restrictive permissions if getpwd(3) respects them 8 years ago
René Scharfe a54e938e5b strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD 8 years ago
Matt McCutchen d549d21307 t0001: don't let a default ACL interfere with the umask test 8 years ago
Nguyễn Thái Ngọc Duy 6311cfaf93 init: do not set unnecessary core.worktree 9 years ago
Nguyễn Thái Ngọc Duy fe9aa0b22e init: correct re-initialization from a linked worktree 9 years ago
Jeff King b9605bc4f2 config: only read .git/config from configured repos 9 years ago
Johannes Schindelin f30afdabbf mingw: introduce the 'core.hideDotFiles' setting 9 years ago
Johannes Sixt f3858f8edc t0001: fix GIT_* environment variable check under --valgrind 9 years ago
Nguyễn Thái Ngọc Duy 57ea7123c8 git.c: make sure we do not leak GIT_* to alias scripts 9 years ago
Jeff King 9c28390bda init: use strbufs to store paths 10 years ago
Michael Haggerty 1f32ecffd8 create_default_files(): don't set u+x bit on $GIT_DIR/config 10 years ago
Nguyễn Thái Ngọc Duy c0562611c5 git potty: restore environments after alias expansion 11 years ago
Elia Pinto 88619b3ee4 t0001-init.sh: use the $( ... ) construct for command substitution 11 years ago
Jeff King 410c3428ed t0001: drop subshells just for "cd" 11 years ago
Jeff King 99e1c7367f t0001: drop useless subshells 11 years ago
Jeff King 0981140fcc t0001: use test_must_fail 11 years ago
Jeff King 2a472410cb t0001: use test_config_global 11 years ago
Jeff King 633734d4a1 t0001: use test_path_is_* 11 years ago
Jeff King 3d06c5f19d t0001: make symlink reinit test more careful 11 years ago
Jeff King 3cc6a6f0f7 t: stop using GIT_CONFIG to cross repo boundaries 11 years ago
Jeff King 221bf98506 t: drop useless sane_unset GIT_* calls 11 years ago
Nguyễn Thái Ngọc Duy 487a2b7322 Make setup_git_env() resolve .git file when $GIT_DIR is not specified 12 years ago
Nguyen Thai Ngoc Duy 09ffc706e4 init/clone: remove short option -L and document --separate-git-dir 14 years ago