index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
init-db.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
2022-01-05
1
-1
/
+1
*
Merge branch 'mt/init-template-userpath-fix'
Junio C Hamano
2021-05-25
1
-1
/
+2
|
\
|
*
init: fix bug regarding ~/ expansion in init.templateDir
Matheus Tavares
2021-05-25
1
-1
/
+2
*
|
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-04-08
1
-22
/
+10
|
\
|
|
*
init-db: silence template_dir leak when converting to absolute path
Andrzej Hunt
2021-03-14
1
-1
/
+3
|
*
init: remove git_init_db_config() while fixing leaks
Andrzej Hunt
2021-03-14
1
-21
/
+7
*
|
builtin/init-db: handle bare clones when core.bare set to false
brian m. carlson
2021-03-11
1
-2
/
+2
|
/
*
get_default_branch_name(): prepare for showing some advice
Johannes Schindelin
2020-12-14
1
-3
/
+5
*
builtin/clone: avoid failure with GIT_DEFAULT_HASH
brian m. carlson
2020-09-22
1
-2
/
+4
*
init: make --separate-git-dir work from within linked worktree
Eric Sunshine
2020-08-31
1
-0
/
+24
*
init: teach --separate-git-dir to repair linked worktrees
Eric Sunshine
2020-08-31
1
-0
/
+2
*
Merge branch 'es/init-no-separate-git-dir-in-bare'
Junio C Hamano
2020-08-24
1
-0
/
+5
|
\
|
*
init: disallow --separate-git-dir with bare repository
Eric Sunshine
2020-08-10
1
-0
/
+5
*
|
repository: enable SHA-256 support by default
brian m. carlson
2020-07-30
1
-5
/
+0
|
/
*
init: allow setting the default for the initial branch name via the config
Don Goodman-Wilson
2020-06-24
1
-1
/
+1
*
init: allow specifying the initial branch name for the new repository
Johannes Schindelin
2020-06-24
1
-6
/
+27
*
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
2020-03-27
1
-10
/
+65
|
\
|
*
init-db: move writing repo version into a function
brian m. carlson
2020-02-24
1
-18
/
+24
|
*
builtin/init-db: add environment variable for new repo hash
brian m. carlson
2020-02-24
1
-0
/
+9
|
*
builtin/init-db: allow specifying hash algorithm on command line
brian m. carlson
2020-02-24
1
-6
/
+46
|
*
setup: allow check_repository_format to read repository format
brian m. carlson
2020-02-24
1
-1
/
+1
*
|
set_git_dir: fix crash when used with real_path()
Alexandr Miloslavskiy
2020-03-06
1
-2
/
+2
|
/
*
Merge branch 'nd/init-relative-template-fix'
Junio C Hamano
2019-06-13
1
-0
/
+3
|
\
|
*
init: make --template path relative to $CWD
Nguyễn Thái Ngọc Duy
2019-05-13
1
-0
/
+3
*
|
Merge branch 'js/init-db-update-for-mingw'
Junio C Hamano
2019-04-16
1
-0
/
+7
|
\
\
|
*
|
mingw: respect core.hidedotfiles = false in git-init again
Johannes Schindelin
2019-03-12
1
-0
/
+7
|
|
/
*
|
Merge branch 'ma/clear-repository-format'
Junio C Hamano
2019-03-20
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
setup: fix memory leaks with `struct repository_format`
Martin Ågren
2019-03-01
1
-1
/
+2
*
|
Merge branch 'jk/save-getenv-result'
Junio C Hamano
2019-01-29
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
init: make a copy of $GIT_DIR string
Jeff King
2019-01-12
1
-2
/
+4
*
|
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+1
|
/
*
pass st.st_size as hint for strbuf_readlink()
Jeff King
2018-07-24
1
-1
/
+2
*
Merge branch 'rd/init-typo'
Junio C Hamano
2018-06-01
1
-1
/
+1
|
\
|
*
init: fix grammar in "templates not found" msg
Robert P. J. Day
2018-05-30
1
-1
/
+1
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
init-db: rename 'template' variables
Brandon Williams
2018-02-22
1
-15
/
+15
*
add UNLEAK annotation for reducing leak false positives
Jeff King
2017-09-08
1
-0
/
+2
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
2017-03-08
1
-3
/
+3
*
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2017-01-31
1
-1
/
+1
*
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
2016-12-13
1
-3
/
+3
*
Merge branch 'nd/init-core-worktree-in-multi-worktree-world'
Junio C Hamano
2016-10-03
1
-40
/
+31
|
\
|
*
init: kill git_link variable
Nguyễn Thái Ngọc Duy
2016-09-26
1
-12
/
+4
|
*
init: do not set unnecessary core.worktree
Nguyễn Thái Ngọc Duy
2016-09-26
1
-3
/
+6
|
*
init: kill set_git_dir_init()
Nguyễn Thái Ngọc Duy
2016-09-26
1
-29
/
+21
|
*
init: call set_git_dir_init() from within init_db()
Nguyễn Thái Ngọc Duy
2016-09-26
1
-7
/
+11
|
*
init: correct re-initialization from a linked worktree
Nguyễn Thái Ngọc Duy
2016-09-26
1
-1
/
+1
*
|
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-22
1
-4
/
+13
|
\
|
|
*
init: reset cached config when entering new repo
Jeff King
2016-09-14
1
-0
/
+6
[next]