diff options
| author | Christian Hesse | 2019-05-13 21:41:37 +0200 |
|---|---|---|
| committer | Christian Hesse | 2019-10-25 11:40:17 +0200 |
| commit | 034e3c7d56ba71ce281886fe8525b16d4559fac1 (patch) | |
| tree | b49d5d3c52f90f9f67d4e842cbc5c1cfa348cc9b /Makefile | |
| parent | e1ad15d368bdeb1bffea588b93a29055c5dfb7f4 (diff) | |
| download | cgit-034e3c7d56ba71ce281886fe8525b16d4559fac1.tar.gz cgit-034e3c7d56ba71ce281886fe8525b16d4559fac1.tar.bz2 cgit-034e3c7d56ba71ce281886fe8525b16d4559fac1.zip | |
git: update to v2.22.0
Update to git version v2.22.0.
Upstream commit bce9db6d ("trace2: use system/global config for default
trace2 settings") caused a regression. We have to unset HOME and
XDG_CONFIG_HOME before early loading of config from trace2 code kicks in.
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) | |||
| 14 | pdfdir = $(docdir) | 14 | pdfdir = $(docdir) |
| 15 | mandir = $(prefix)/share/man | 15 | mandir = $(prefix)/share/man |
| 16 | SHA1_HEADER = <openssl/sha.h> | 16 | SHA1_HEADER = <openssl/sha.h> |
| 17 | GIT_VER = 2.21.0 | 17 | GIT_VER = 2.22.0 |
| 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz |
| 19 | INSTALL = install | 19 | INSTALL = install |
| 20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
