diff options
author | John Keeping | 2014-08-03 15:51:42 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-08-07 14:42:34 +0200 |
commit | 49f607777fe3d9393574a572d72caa568ee3ca3c (patch) | |
tree | 0d1fc0d179a6f8d2ad29451f2855d0555c8e2f4c | |
parent | Always check if README exists in choose_readme() (diff) | |
download | cgit-49f607777fe3d9393574a572d72caa568ee3ca3c.tar.gz cgit-49f607777fe3d9393574a572d72caa568ee3ca3c.zip |
git: update to v2.0.4
No CGit changes required. Signed-off-by: John Keeping <john@keeping.me.uk>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 93b525a..6a8a125 100644 --- a/Makefile +++ b/Makefile | |||
@@ -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.0.3 | 17 | GIT_VER = 2.0.4 |
18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
diff --git a/git b/git | |||
Subproject 740c281d21ef5b27f6f1b942a4f2fc20f51e8c7 | Subproject 32f56600bb6ac6fc57183e79d2c1515dfa56672 | ||