From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNiL-00074D-Rr for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:36:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNNiH-0000Le-K7 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:36:01 -0500 Received: from plane.gmane.org ([80.91.229.3]:48107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNNiH-0000LK-Dd for qemu-devel@nongnu.org; Mon, 16 Feb 2015 10:35:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YNNiB-00034E-Hq for qemu-devel@nongnu.org; Mon, 16 Feb 2015 16:35:51 +0100 Received: from net-93-66-73-217.cust.vodafonedsl.it ([93.66.73.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Feb 2015 16:35:51 +0100 Received: from pbonzini by net-93-66-73-217.cust.vodafonedsl.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Feb 2015 16:35:51 +0100 From: Paolo Bonzini Date: Mon, 16 Feb 2015 16:35:46 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Public service announcement - git 2.3.0 released List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, git 2.3 has a new option to "git am", --message-id, that tracks which email message you have applied patches from. This is similar to what the "patches" tool does already. It would be great if maintainers could use it. For a few days, Fedora 21 users can find a scratch build at http://koji.fedoraproject.org/koji/taskinfo?taskID=8951981. To enable the feature, add: [am] messageid = true to your ~/.gitconfig or .git/config file. Thanks, Paolo