Skip to content

Commit

Permalink
Update git-core to v2.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Dec 11, 2024
1 parent d3c3da8 commit 20b963e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CI/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from variables import TC_BRANCH, TC_IS_PUSH

MERCURIAL_VERSION = "6.8"
GIT_VERSION = "2.47.0"
GIT_VERSION = "2.47.1"

ALL_MERCURIAL_VERSIONS = (
"1.9.3",
Expand Down
2 changes: 1 addition & 1 deletion git-core
Submodule git-core updated 57 files
+0 −10 .github/config.yml
+31 −0 Documentation/RelNotes/2.47.1.txt
+4 −4 Documentation/git-checkout.txt
+1 −1 Documentation/git-config.txt
+3 −1 Documentation/git-maintenance.txt
+9 −3 Documentation/git-merge-tree.txt
+2 −2 Documentation/gitprotocol-v2.txt
+44 −0 Documentation/howto/maintain-git.txt
+4 −3 Documentation/pull-fetch-param.txt
+2 −2 Documentation/technical/platform-support.txt
+1 −1 GIT-VERSION-GEN
+1 −0 Makefile
+1 −1 RelNotes
+1 −1 SECURITY.md
+1 −1 builtin/checkout.c
+2 −2 builtin/config.c
+3 −3 builtin/fsmonitor--daemon.c
+5 −2 builtin/gc.c
+8 −1 builtin/submodule--helper.c
+1 −1 builtin/survey.c
+13 −5 bundle-uri.c
+73 −29 cache-tree.c
+1 −1 cache-tree.h
+2 −2 compat/compiler.h
+6 −0 compat/fsmonitor/fsm-listen-darwin.c
+8 −2 compat/fsmonitor/fsm-listen-win32.c
+14 −9 compat/mingw.c
+1 −1 compat/regex/regexec.c
+3 −2 compat/simple-ipc/ipc-shared.c
+24 −6 compat/simple-ipc/ipc-unix-socket.c
+44 −4 compat/simple-ipc/ipc-win32.c
+4 −0 compat/vcbuild/include/unistd.h
+2 −2 contrib/completion/git-completion.bash
+1 −1 contrib/subtree/git-subtree.sh
+1 −1 contrib/subtree/t/t7900-subtree.sh
+3 −5 diff.c
+0 −1 diff.h
+16 −11 graph.c
+1 −6 log-tree.c
+3 −4 loose.c
+9 −7 path-walk.c
+3 −2 read-cache.c
+1 −1 scalar.c
+13 −4 simple-ipc.h
+1 −1 t/helper/test-rot13-filter.c
+1 −1 t/lib-bundle.sh
+1 −1 t/lib-rebase.sh
+1 −1 t/lib-sudo.sh
+1 −1 t/lib-unicode-nfc-nfd.sh
+1 −1 t/perf/p7527-builtin-fsmonitor.sh
+2 −2 t/perf/perf-lib.sh
+11 −8 t/t4058-diff-duplicates.sh
+20 −0 t/t5572-pull-submodule.sh
+16 −0 t/t7900-maintenance.sh
+1 −1 t/unit-tests/t-reftable-basics.c
+1 −1 t/unit-tests/t-reftable-merged.c
+9 −3 unpack-trees.c

0 comments on commit 20b963e

Please sign in to comment.