From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/1] Update Git to 2.9.0 Date: Fri, 17 Jun 2016 18:13:29 -0400 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bE21j-0005ag-Bi for guix-devel@gnu.org; Fri, 17 Jun 2016 18:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bE21a-00031t-66 for guix-devel@gnu.org; Fri, 17 Jun 2016 18:14:11 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:59041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bE21I-0002vS-Ko for guix-devel@gnu.org; Fri, 17 Jun 2016 18:14:02 -0400 Received: from localhost.localdomain (c-71-225-1-241.hsd1.pa.comcast.net [71.225.1.241]) by mail.messagingengine.com (Postfix) with ESMTPA id 590A7CC023 for ; Fri, 17 Jun 2016 18:13:34 -0400 (EDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Git 2.9.0 has been released [0]. There is one notable change for us, commit 66948561 (commit-tree: do not pay attention to commit.gpgsign) [1]. Apparently, it was never intended for the repo option commit.gpgSign to apply to low-level "plumbing" commit operations such as those invoked by `stash`, `rebase`, `filter-branch`, etc. So, `git stash` no longer invokes GPG. The commit text seems to imply that `git rebase` would no longer re-sign commits, but that's not the case from my tests. I didn't test any other commands. [0] https://git.kernel.org/cgit/git/git.git/tag/?h=v2.9.0 [1] https://git.kernel.org/cgit/git/git.git/commit/?id=66948561 Leo Famulari (1): gnu: git: Update to 2.9.0 gnu/packages/version-control.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.8.4