index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-19
init.templateDir: consider this config setting protected
Johannes Schindelin
1
-7
/
+30
2024-04-17
init: refactor the template directory discovery into its own function
Johannes Schindelin
1
-0
/
+32
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
1
-0
/
+21
2022-08-14
Merge branch 'js/safe-directory-plus'
Junio C Hamano
1
-12
/
+18
2022-08-08
setup: prepare for more detailed "dubious ownership" messages
Johannes Schindelin
1
-10
/
+15
2022-08-08
setup: fix some formatting
Johannes Schindelin
1
-4
/
+5
2022-07-14
setup.c: create `safe.bareRepository`
Glen Choo
1
-1
/
+56
2022-07-14
safe.directory: use git_protected_config()
Glen Choo
1
-1
/
+1
2022-07-11
Sync with Git 2.37.1
Junio C Hamano
1
-11
/
+60
2022-07-11
Merge branch 'cr/setup-bug-typo'
Junio C Hamano
1
-1
/
+1
2022-06-27
Sync with Git 2.36.2
Junio C Hamano
1
-11
/
+60
2022-06-23
Sync with 2.35.4
Johannes Schindelin
1
-11
/
+60
2022-06-23
Sync with 2.34.4
Johannes Schindelin
1
-11
/
+60
2022-06-23
Sync with 2.32.3
Johannes Schindelin
1
-11
/
+60
2022-06-23
Sync with 2.31.4
Johannes Schindelin
1
-11
/
+60
2022-06-23
setup: tighten ownership checks post CVE-2022-24765
Carlo Marcelo Arenas Belón
1
-11
/
+60
2022-06-17
setup: fix function name in a BUG() message
Cleber Rosa
1
-1
/
+1
2022-05-24
setup: don't die if realpath(3) fails on getcwd(3)
Kevin Locke
1
-1
/
+10
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-04-13
Sync with Git 2.35.3
Junio C Hamano
1
-3
/
+9
2022-04-13
Git 2.35.3
v2.35.3
Junio C Hamano
1
-3
/
+9
2022-04-13
Git 2.33.3
v2.33.3
Junio C Hamano
1
-3
/
+9
2022-04-13
Git 2.32.2
v2.32.2
Junio C Hamano
1
-3
/
+9
2022-04-13
setup: opt-out of check with safe.directory=*
Derrick Stolee
1
-2
/
+4
2022-04-13
setup: fix safe.directory key not being checked
Matheus Valadares
1
-0
/
+3
2022-04-13
t0033: add tests for safe.directory
Derrick Stolee
1
-1
/
+2
2022-04-11
Merge tag 'v2.35.2'
Junio C Hamano
1
-1
/
+56
2022-03-24
Sync with 2.34.2
Johannes Schindelin
1
-1
/
+56
2022-03-24
Sync with 2.32.1
Johannes Schindelin
1
-1
/
+56
2022-03-24
Sync with 2.31.2
Johannes Schindelin
1
-1
/
+56
2022-03-21
setup_git_directory(): add an owner check for the top-level directory
Johannes Schindelin
1
-1
/
+56
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+2
2021-12-09
setup: introduce startup_info->original_cwd
Elijah Newren
1
-0
/
+65
2021-09-09
setup: use xopen and xdup in sanitize_stdfds
René Scharfe
1
-5
/
+3
2021-07-16
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
1
-4
/
+13
2021-06-28
repository: move global r_f_p_c to repo struct
Jonathan Tan
1
-4
/
+13
2021-05-20
setup: split "extensions found" messages into singular and plural
Alex Henrie
1
-2
/
+6
2021-04-05
macOS: precompose startup_info->prefix
Torsten Bögershausen
1
-10
/
+18
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
1
-1
/
+10
2020-07-30
Merge branch 'jk/reject-newer-extensions-in-v0' into master
Junio C Hamano
1
-16
/
+80
2020-07-30
setup: add support for reading extensions.objectformat
brian m. carlson
1
-1
/
+15
2020-07-16
Merge branch 'jn/v0-with-extensions-fix' into master
Junio C Hamano
1
-14
/
+10
2020-07-16
verify_repository_format(): complain about new extensions in v0 repo
Jeff King
1
-16
/
+80
2020-07-16
repository: allow repository format upgrade with extensions
Jonathan Nieder
1
-5
/
+7
2020-07-16
Revert "check_repository_format_gently(): refuse extensions for old repositor...
Jonathan Nieder
1
-9
/
+3
2020-07-06
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
1
-0
/
+1
2020-06-05
check_repository_format_gently(): refuse extensions for old repositories
Xin Li
1
-3
/
+9
2020-06-05
repository: add a helper function to perform repository format upgrade
Xin Li
1
-0
/
+29
[next]