index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-0
/
+76
2024-04-19
init.templateDir: consider this config setting protected
Johannes Schindelin
-7
/
+30
2024-04-17
init: refactor the template directory discovery into its own function
Johannes Schindelin
-0
/
+32
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
-0
/
+21
2023-05-01
setup: trace bare repository setups
Glen Choo
-0
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2022-08-14
Merge branch 'js/safe-directory-plus'
Junio C Hamano
-12
/
+18
2022-08-08
setup: prepare for more detailed "dubious ownership" messages
Johannes Schindelin
-10
/
+15
2022-08-08
setup: fix some formatting
Johannes Schindelin
-4
/
+5
2022-07-14
setup.c: create `safe.bareRepository`
Glen Choo
-1
/
+56
2022-07-14
safe.directory: use git_protected_config()
Glen Choo
-1
/
+1
2022-07-11
Sync with Git 2.37.1
Junio C Hamano
-11
/
+60
2022-07-11
Merge branch 'cr/setup-bug-typo'
Junio C Hamano
-1
/
+1
2022-06-27
Sync with Git 2.36.2
Junio C Hamano
-11
/
+60
2022-06-23
Sync with 2.35.4
Johannes Schindelin
-11
/
+60
2022-06-23
Sync with 2.34.4
Johannes Schindelin
-11
/
+60
2022-06-23
Sync with 2.32.3
Johannes Schindelin
-11
/
+60
2022-06-23
Sync with 2.31.4
Johannes Schindelin
-11
/
+60
2022-06-23
setup: tighten ownership checks post CVE-2022-24765
Carlo Marcelo Arenas Belón
-11
/
+60
2022-06-17
setup: fix function name in a BUG() message
Cleber Rosa
-1
/
+1
2022-05-24
setup: don't die if realpath(3) fails on getcwd(3)
Kevin Locke
-1
/
+10
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-1
/
+1
2022-04-13
Sync with Git 2.35.3
Junio C Hamano
-3
/
+9
2022-04-13
Git 2.35.3
v2.35.3
Junio C Hamano
-3
/
+9
2022-04-13
Git 2.33.3
v2.33.3
Junio C Hamano
-3
/
+9
2022-04-13
Git 2.32.2
v2.32.2
Junio C Hamano
-3
/
+9
2022-04-13
setup: opt-out of check with safe.directory=*
Derrick Stolee
-2
/
+4
2022-04-13
setup: fix safe.directory key not being checked
Matheus Valadares
-0
/
+3
2022-04-13
t0033: add tests for safe.directory
Derrick Stolee
-1
/
+2
2022-04-11
Merge tag 'v2.35.2'
Junio C Hamano
-1
/
+56
2022-03-24
Sync with 2.34.2
Johannes Schindelin
-1
/
+56
2022-03-24
Sync with 2.32.1
Johannes Schindelin
-1
/
+56
2022-03-24
Sync with 2.31.2
Johannes Schindelin
-1
/
+56
2022-03-21
setup_git_directory(): add an owner check for the top-level directory
Johannes Schindelin
-1
/
+56
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
-1
/
+2
2021-12-09
setup: introduce startup_info->original_cwd
Elijah Newren
-0
/
+65
2021-09-09
setup: use xopen and xdup in sanitize_stdfds
René Scharfe
-5
/
+3
2021-07-16
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
-4
/
+13
2021-06-28
repository: move global r_f_p_c to repo struct
Jonathan Tan
-4
/
+13
2021-05-20
setup: split "extensions found" messages into singular and plural
Alex Henrie
-2
/
+6
2021-04-05
macOS: precompose startup_info->prefix
Torsten Bögershausen
-10
/
+18
[next]