List for cgit developers and users
 help / color / mirror / Atom feed
From: john at keeping.me.uk (John Keeping)
Subject: [ANNOUNCE] CGIT v1.1 Released
Date: Thu, 24 Nov 2016 19:01:28 +0000	[thread overview]
Message-ID: <20161124190128.GC24063@john.keeping.me.uk> (raw)
In-Reply-To: <CAHmME9o_19=ia2zFgcGSqcYCyJpHSVDK15QEk-Ma7-Kq6QQQ_w@mail.gmail.com>

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 <john at keeping.me.uk>
---
 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
-- 


  reply	other threads:[~2016-11-24 19:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-23  4:39 Jason
2016-11-24 19:01 ` john [this message]
2016-11-24 20:28   ` Jason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161124190128.GC24063@john.keeping.me.uk \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).