| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-05-25 | init: fix bug regarding ~/ expansion in init.templateDir | Matheus Tavares | 1 | -8/+20 |
| 2020-12-13 | init: provide useful advice about init.defaultBranch | Johannes Schindelin | 1 | -1/+8 |
| 2020-12-13 | branch -m: allow renaming a yet-unborn branch | Johannes Schindelin | 1 | -0/+8 |
| 2020-10-23 | tests: start moving to a different default main branch name | Johannes Schindelin | 1 | -3/+10 |
| 2020-08-31 | init: make --separate-git-dir work from within linked worktree | Eric Sunshine | 1 | -2/+19 |
| 2020-08-31 | init: teach --separate-git-dir to repair linked worktrees | Eric Sunshine | 1 | -0/+11 |
| 2020-08-24 | Merge branch 'es/init-no-separate-git-dir-in-bare' | Junio C Hamano | 1 | -0/+13 |
| 2020-08-10 | init: disallow --separate-git-dir with bare repository | Eric Sunshine | 1 | -0/+13 |
| 2020-07-30 | repository: enable SHA-256 support by default | brian m. carlson | 1 | -0/+33 |
| 2020-06-24 | init: allow setting the default for the initial branch name via the config | Don Goodman-Wilson | 1 | -0/+13 |
| 2020-06-24 | init: allow specifying the initial branch name for the new repository | Johannes Schindelin | 1 | -0/+13 |
| 2020-04-11 | t: restrict `is_hidden` to be called only on Windows | Johannes Schindelin | 1 | -1/+1 |
| 2020-04-11 | t: consolidate the `is_hidden` functions | Johannes Schindelin | 1 | -7/+0 |
| 2019-07-09 | Merge branch 'jh/msvc' | Junio C Hamano | 1 | -2/+2 |
| 2019-07-09 | Merge branch 'js/t0001-case-insensitive' | Junio C Hamano | 1 | -14/+8 |
| 2019-06-24 | t0001: fix on case-insensitive filesystems | Johannes Schindelin | 1 | -14/+8 |
| 2019-06-20 | t0001 (mingw): do not expect a specific order of stdout/stderr | Johannes Schindelin | 1 | -2/+2 |
| 2019-06-13 | Merge branch 'nd/init-relative-template-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-28 | trace2: rename environment variables to GIT_TRACE2* | SZEDER Gábor | 1 | -1/+1 |
| 2019-05-13 | init: make --template path relative to $CWD | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-03-12 | mingw: respect core.hidedotfiles = false in git-init again | Johannes Schindelin | 1 | -0/+11 |
| 2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+1 |
| 2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -2/+2 |
| 2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -3/+2 |
| 2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+2 |
| 2018-07-03 | t: use sane_unset() rather than 'unset' with broken &&-chain | Eric Sunshine | 1 | -2/+2 |
| 2018-06-15 | tests: clean after SANITY tests | Junio C Hamano | 1 | -0/+1 |
| 2017-11-02 | mingw: optionally redirect stderr/stdout via the same handle | Johannes Schindelin | 1 | -1/+7 |
| 2017-11-02 | mingw: add experimental feature to redirect standard handles | Johannes Schindelin | 1 | -0/+6 |
| 2017-08-07 | t0001: skip test with restrictive permissions if getpwd(3) respects them | René Scharfe | 1 | -2/+28 |
| 2017-03-26 | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD | René Scharfe | 1 | -0/+14 |
| 2017-02-02 | Merge branch 'mm/reset-facl-before-umask-test' | Junio C Hamano | 1 | -0/+3 |
| 2017-01-30 | t0001: don't let a default ACL interfere with the umask test | Matt McCutchen | 1 | -0/+3 |
| 2016-09-25 | init: do not set unnecessary core.worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
| 2016-09-25 | init: correct re-initialization from a linked worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
| 2016-09-13 | config: only read .git/config from configured repos | Jeff King | 1 | -0/+9 |
| 2016-05-11 | mingw: introduce the 'core.hideDotFiles' setting | Johannes Schindelin | 1 | -0/+30 |
| 2016-03-04 | Merge branch 'nd/clear-gitenv-upon-use-of-alias' | Junio C Hamano | 1 | -11/+9 |
| 2016-03-03 | t0001: fix GIT_* environment variable check under --valgrind | Johannes Sixt | 1 | -11/+9 |
| 2016-01-20 | Merge branch 'nd/clear-gitenv-upon-use-of-alias' | Junio C Hamano | 1 | -0/+17 |
| 2015-12-22 | git.c: make sure we do not leak GIT_* to alias scripts | Nguyễn Thái Ngọc Duy | 1 | -0/+17 |
| 2015-10-05 | init: use strbufs to store paths | Jeff King | 1 | -2/+2 |
| 2014-12-05 | Merge branch 'mh/config-flip-xbit-back-after-checking' | Junio C Hamano | 1 | -0/+7 |
| 2014-11-18 | create_default_files(): don't set u+x bit on $GIT_DIR/config | Michael Haggerty | 1 | -0/+7 |
| 2014-06-25 | Merge branch 'nd/init-restore-env' | Junio C Hamano | 1 | -2/+2 |
| 2014-06-10 | git potty: restore environments after alias expansion | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2014-06-03 | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 1 | -6/+6 |
| 2014-04-29 | t0001-init.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -6/+6 |
| 2014-03-21 | t0001: drop subshells just for "cd" | Jeff King | 1 | -47/+9 |
| 2014-03-21 | t0001: drop useless subshells | Jeff King | 1 | -39/+22 |
| 2014-03-21 | t0001: use test_must_fail | Jeff King | 1 | -27/+11 |
| 2014-03-21 | t0001: use test_config_global | Jeff King | 1 | -7/+4 |
| 2014-03-21 | t0001: use test_path_is_* | Jeff King | 1 | -18/+18 |
| 2014-03-21 | t0001: make symlink reinit test more careful | Jeff King | 1 | -2/+2 |
| 2014-03-21 | t: stop using GIT_CONFIG to cross repo boundaries | Jeff King | 1 | -2/+2 |
| 2014-03-21 | t: drop useless sane_unset GIT_* calls | Jeff King | 1 | -15/+0 |
| 2013-09-03 | Make setup_git_env() resolve .git file when $GIT_DIR is not specified | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
| 2011-05-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
| 2011-05-25 | init/clone: remove short option -L and document --separate-git-dir | Nguyen Thai Ngoc Duy | 1 | -1/+1 |
| 2011-05-02 | Merge branch 'ab/i18n-fixup' | Junio C Hamano | 1 | -5/+5 |
| 2011-04-13 | i18n: do not overuse C_LOCALE_OUTPUT (grep) | Junio C Hamano | 1 | -5/+5 |
| 2011-04-12 | Merge branch 'nd/init-gitdir' | Junio C Hamano | 1 | -1/+1 |
| 2011-04-11 | t0001: guard a new test with SYMLINKS prerequisite | Johannes Sixt | 1 | -1/+1 |
| 2011-04-01 | Merge branch 'nd/init-gitdir' | Junio C Hamano | 1 | -0/+46 |
| 2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -1/+1 |
| 2011-03-19 | init, clone: support --separate-git-dir for .git file | Nguyễn Thái Ngọc Duy | 1 | -0/+46 |
| 2011-03-15 | config: drop support for GIT_CONFIG_NOGLOBAL | Jonathan Nieder | 1 | -4/+1 |
| 2011-03-09 | i18n: git-init "Initialized [...] repository" message | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2011-01-06 | t0001,t1510,t3301: use sane_unset which always returns with status 0 | Brandon Casey | 1 | -4/+4 |
| 2010-12-28 | Merge branch 'nd/setup' | Junio C Hamano | 1 | -0/+56 |
| 2010-12-22 | t0001: test git init when run via an alias | Jonathan Nieder | 1 | -0/+56 |
| 2010-10-06 | Introduce sane_unset and use it to ensure proper && chaining | Elijah Newren | 1 | -14/+14 |
| 2010-08-31 | tests: factor HOME=$(pwd) in test-lib.sh | Matthieu Moy | 1 | -6/+0 |
| 2010-08-18 | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2010-05-10 | handle "git --bare init <dir>" properly | Jeff King | 1 | -0/+14 |
| 2010-02-25 | t/t0001-init.sh: add test for 'init with init.templatedir set' | Steven Drake | 1 | -0/+19 |
| 2009-08-09 | t0001-init: split the existence test from the permission test | Johannes Sixt | 1 | -0/+6 |
| 2009-08-09 | t0001-init: fix a file name | Johannes Sixt | 1 | -1/+1 |
| 2009-07-25 | git init: optionally allow a directory argument | Nanako Shiraishi | 1 | -0/+77 |
| 2009-04-18 | init: Do not segfault on big GIT_TEMPLATE_DIR environment variable | Frank Lichtenheld | 1 | -0/+9 |
| 2008-10-08 | git init: --bare/--shared overrides system/global config | Deskin Miller | 1 | -0/+32 |
| 2008-07-27 | init: handle empty "template" parameter | Jeff King | 1 | -0/+26 |
| 2008-07-11 | t0001-init.sh: change confusing directory name | Miklos Vajna | 1 | -3/+3 |
| 2008-05-28 | git-init: accept --bare option | Luciano Rocha | 1 | -0/+11 |
| 2008-03-25 | init: show "Reinit" message even in an (existing) empty repository | Johannes Schindelin | 1 | -0/+17 |
| 2007-12-04 | Do not rely on the exit status of "unset" for unset variables | H.Merijn Brand | 1 | -8/+8 |
| 2007-08-27 | Fix initialization of a bare repository | Junio C Hamano | 1 | -0/+116 |