Skip to content

Commit

Permalink
Update git-core to v2.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Sep 18, 2024
1 parent b4e859f commit aae97ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CI/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
from variables import TC_BRANCH, TC_IS_PUSH

MERCURIAL_VERSION = "6.8"
# Not using 2.46.0 because of
# https://lore.kernel.org/git/20240727191917.p64ul4jybpm2a7hm@glandium.org/
GIT_VERSION = "2.45.2"
GIT_VERSION = "2.46.1"

ALL_MERCURIAL_VERSIONS = (
"1.9.3",
Expand Down
2 changes: 1 addition & 1 deletion git-core
Submodule git-core updated 104 files
6 changes: 3 additions & 3 deletions src/csum-file.c.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/csum-file.c b/csum-file.c
index 59ef3398ca..46f753d012 100644
index 2131ee6b12..f31d551613 100644
--- a/csum-file.c
+++ b/csum-file.c
@@ -92,7 +92,8 @@ int finalize_hashfile(struct hashfile *f, unsigned char *result,
return fd;
@@ -111,7 +111,8 @@ void discard_hashfile(struct hashfile *f)
free_hashfile(f);
}

-void hashwrite(struct hashfile *f, const void *buf, unsigned int count)
Expand Down

0 comments on commit aae97ec

Please sign in to comment.