From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Thu, 24 Nov 2016 19:01:28 +0000 Subject: [ANNOUNCE] CGIT v1.1 Released In-Reply-To: References: Message-ID: <20161124190128.GC24063@john.keeping.me.uk> On Wed, Nov 23, 2016 at 05:39:27AM +0100, Jason A. Donenfeld wrote: > * We now use Git 2.10.2 internally, which has brought with it numerous > cleanups and a gradual shift away from 20 byte uchar arrays and toward the > newer "object_id" structure. Not quite - it looks like you accidently regressed the submodule in the commit that bumps the version! So submodule users get 2.10.1 and those using "make get-git" do get 2.10.2. I've pushed the following patch to jk/for-jason. -- >8 -- Subject: [PATCH] git: update to v2.10.2 again The submodule was accidentally downgraded in commit 8e9ddd21 (Bump version, 2016-11-23). Restore v2.10.2 so it matches the makefile again. Signed-off-by: John Keeping --- git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git b/git index 6406bdc..ac84098 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 6406bdc0b95715a087fdeeb0f6adf3deb80a25b8 +Subproject commit ac84098b7e32406a982ac01cc76a663d5605224b --