index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
setup: don't die if realpath(3) fails on getcwd(3)
Kevin Locke
2022-05-25
1
-1
/
+10
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
Sync with Git 2.35.3
Junio C Hamano
2022-04-14
1
-3
/
+9
|
\
|
|
|
*
|
Git 2.35.3
v2.35.3
Junio C Hamano
2022-04-14
1
-3
/
+9
|
|
\
|
|
|
*
Git 2.33.3
v2.33.3
Junio C Hamano
2022-04-14
1
-3
/
+9
|
|
|
\
|
|
|
*
Git 2.32.2
v2.32.2
Junio C Hamano
2022-04-14
1
-3
/
+9
|
|
|
|
\
|
|
|
|
*
setup: opt-out of check with safe.directory=*
Derrick Stolee
2022-04-13
1
-2
/
+4
|
|
|
|
*
setup: fix safe.directory key not being checked
Matheus Valadares
2022-04-13
1
-0
/
+3
|
|
|
|
*
t0033: add tests for safe.directory
Derrick Stolee
2022-04-13
1
-1
/
+2
*
|
|
|
|
Merge tag 'v2.35.2'
Junio C Hamano
2022-04-12
1
-1
/
+56
|
\
|
|
|
|
|
*
|
|
|
Sync with 2.34.2
Johannes Schindelin
2022-03-24
1
-1
/
+56
|
|
\
|
|
|
|
|
*
|
|
Sync with 2.32.1
Johannes Schindelin
2022-03-24
1
-1
/
+56
|
|
|
\
|
|
|
|
|
*
|
Sync with 2.31.2
Johannes Schindelin
2022-03-24
1
-1
/
+56
|
|
|
|
\
|
|
|
|
|
*
setup_git_directory(): add an owner check for the top-level directory
Johannes Schindelin
2022-03-21
1
-1
/
+56
*
|
|
|
|
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-02-04
1
-1
/
+2
|
/
/
/
/
*
/
/
/
setup: introduce startup_info->original_cwd
Elijah Newren
2021-12-09
1
-0
/
+65
|
/
/
/
*
|
|
setup: use xopen and xdup in sanitize_stdfds
René Scharfe
2021-09-10
1
-5
/
+3
*
|
|
Merge branch 'jt/partial-clone-submodule-1'
Junio C Hamano
2021-07-17
1
-4
/
+13
|
\
\
\
|
*
|
|
repository: move global r_f_p_c to repo struct
Jonathan Tan
2021-06-28
1
-4
/
+13
|
|
/
/
*
/
/
setup: split "extensions found" messages into singular and plural
Alex Henrie
2021-05-20
1
-2
/
+6
|
/
/
*
/
macOS: precompose startup_info->prefix
Torsten Bögershausen
2021-04-06
1
-10
/
+18
|
/
*
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
2020-08-12
1
-1
/
+10
|
\
|
*
setup: add support for reading extensions.objectformat
brian m. carlson
2020-07-30
1
-1
/
+15
*
|
Merge branch 'jk/reject-newer-extensions-in-v0' into master
Junio C Hamano
2020-07-30
1
-16
/
+80
|
\
\
|
|
/
|
/
|
|
*
verify_repository_format(): complain about new extensions in v0 repo
Jeff King
2020-07-16
1
-16
/
+80
*
|
Merge branch 'jn/v0-with-extensions-fix' into master
Junio C Hamano
2020-07-17
1
-14
/
+10
|
\
|
|
*
repository: allow repository format upgrade with extensions
Jonathan Nieder
2020-07-16
1
-5
/
+7
|
*
Revert "check_repository_format_gently(): refuse extensions for old repositor...
Jonathan Nieder
2020-07-16
1
-9
/
+3
*
|
Merge branch 'bc/sha-256-part-2'
Junio C Hamano
2020-07-07
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
setup: set the_repository's hash algo when checking format
brian m. carlson
2020-05-27
1
-0
/
+1
*
|
check_repository_format_gently(): refuse extensions for old repositories
Xin Li
2020-06-05
1
-3
/
+9
*
|
repository: add a helper function to perform repository format upgrade
Xin Li
2020-06-05
1
-0
/
+29
|
/
*
Merge branch 'bc/sha-256-part-1-of-4'
Junio C Hamano
2020-03-27
1
-2
/
+4
|
\
|
*
setup: allow check_repository_format to read repository format
brian m. carlson
2020-02-24
1
-2
/
+4
*
|
Merge branch 'am/real-path-fix'
Junio C Hamano
2020-03-25
1
-13
/
+22
|
\
\
|
*
|
real_path_if_valid(): remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-1
/
+1
|
*
|
real_path: remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-3
/
+12
|
*
|
set_git_dir: fix crash when used with real_path()
Alexandr Miloslavskiy
2020-03-06
1
-9
/
+9
|
|
/
*
|
Merge branch 'es/outside-repo-errmsg-hints'
Junio C Hamano
2020-03-16
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
prefix_path: show gitdir if worktree unavailable
Emily Shaffer
2020-03-15
1
-2
/
+6
*
|
Merge branch 'es/outside-repo-errmsg-hints'
Junio C Hamano
2020-02-17
1
-1
/
+2
|
\
|
|
*
prefix_path: show gitdir when arg is outside repo
Emily Shaffer
2020-02-17
1
-1
/
+2
*
|
verify_filename(): handle backslashes in "wildcards are pathspecs" rule
Jeff King
2020-01-27
1
-3
/
+20
|
/
*
Merge branch 'js/gitdir-at-unc-root'
Junio C Hamano
2019-09-30
1
-2
/
+8
|
\
|
*
setup_git_directory(): handle UNC root paths correctly
Johannes Schindelin
2019-08-26
1
-1
/
+1
|
*
Fix .git/ discovery at the root of UNC shares
Johannes Schindelin
2019-08-26
1
-0
/
+6
|
*
setup_git_directory(): handle UNC paths correctly
Johannes Schindelin
2019-08-26
1
-1
/
+1
*
|
Move repository_format_partial_clone to promisor-remote.c
Christian Couder
2019-06-25
1
-1
/
+2
|
/
[next]