diff options
author | Christian Hesse <mail@eworm.de> | 2024-07-16 09:45:13 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2024-08-02 18:22:56 +0200 |
commit | 09d24d7cd0b7e85633f2f43808b12871bb209d69 (patch) | |
tree | 221e441f0d95d0f59c16ea81401a705a2777d98c /Makefile | |
parent | fb87de795b9f1b1e21825243716ff1156097adf2 (diff) | |
download | cgit-09d24d7cd0b7e85633f2f43808b12871bb209d69.tar.gz cgit-09d24d7cd0b7e85633f2f43808b12871bb209d69.tar.bz2 cgit-09d24d7cd0b7e85633f2f43808b12871bb209d69.zip |
git: update to v2.46.0
Update to git version v2.46.0, this requires changes for these
upstream commits:
* e7da9385708accf518a80a1e17969020fb361048
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
* 9da95bda74cf10e1475384a71fd20914c3b99784
hash: require hash algorithm in `oidread()` and `oidclr()`
* 30aaff437fddd889ba429b50b96ea4c151c502c5
refs: pass repo when peeling objects
* c8f815c2083c4b340d4148a15d45c55f2fcc7d3f
refs: remove functions without ref store
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.45.2 +GIT_VER = 2.46.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |