From mboxrd@z Thu Jan 1 00:00:00 1970 From: mailings at hupie.com (Ferry Huberts) Date: Mon, 04 Mar 2013 12:03:16 +0100 Subject: [PATCH v1 1/1] Makefile: update GIT_VER to use v1.7.12.4 In-Reply-To: <1362391694-28050-1-git-send-email-mailings@hupie.com> References: <1362391694-28050-1-git-send-email-mailings@hupie.com> Message-ID: <51347F74.1090603@hupie.com> See http://jenkins-public:15051/jenkins/job/cgit%20-%20upstream%20-%20get-git%20-%20master/ On 04/03/13 11:08, Ferry Huberts wrote: > From: Ferry Huberts > > It fixes the build when using the 'get-git' target instead > of using the git submodule. > > This was forgotten in 7f4e8c3. > > Signed-off-by: Ferry Huberts > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index 76f6fe7..118a2c9 100644 > --- a/Makefile > +++ b/Makefile > @@ -14,7 +14,7 @@ htmldir = $(docdir) > pdfdir = $(docdir) > mandir = $(prefix)/share/man > SHA1_HEADER = > -GIT_VER = 1.7.4 > +GIT_VER = 1.7.12.4 > GIT_URL = https://github.com/git/git/archive/v$(GIT_VER).tar.gz > INSTALL = install > MAN5_TXT = $(wildcard *.5.txt) > -- Ferry Huberts