From 390ffad022336b02dca6dec23504cefeb12adada Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 28 Jun 2014 16:04:17 +0200 Subject: git: update to 2.0.1 Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0223a17..c943aab 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.0.0 +GIT_VER = 2.0.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index e156455..341e7e8 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit e156455ea49124c140a67623f22a393db62d5d98 +Subproject commit 341e7e8eda3dbeb6867f4f8f45b671201b807de5 -- cgit v1.2.1