List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Makefile: update GIT_VER to use v1.7.12.4
@ 2013-03-04 13:26 mailings
  2013-03-04 13:26 ` [PATCH v2 2/2] Makefile: get the git version from the submodule mailings
  2013-03-04 14:20 ` [PATCH v2 1/2] Makefile: update GIT_VER to use v1.7.12.4 Jason
  0 siblings, 2 replies; 9+ messages in thread
From: mailings @ 2013-03-04 13:26 UTC (permalink / raw)


From: Ferry Huberts <ferry.huberts at pelagic.nl>

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 <ferry.huberts at pelagic.nl>
---
 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 = <openssl/sha.h>
-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)
-- 
1.7.11.7





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-04 14:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-04 13:26 [PATCH v2 1/2] Makefile: update GIT_VER to use v1.7.12.4 mailings
2013-03-04 13:26 ` [PATCH v2 2/2] Makefile: get the git version from the submodule mailings
2013-03-04 13:34   ` john
2013-03-04 14:26     ` Jason
2013-03-04 13:38   ` hjemli
2013-03-04 13:49     ` mailings
2013-03-04 13:56       ` hjemli
2013-03-04 14:22   ` Jason
2013-03-04 14:20 ` [PATCH v2 1/2] Makefile: update GIT_VER to use v1.7.12.4 Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).