From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's cooking in git.git (2008-07 issue #9) Date: Sun, 20 Jul 2008 22:31:02 -0700 Message-ID: <7vtzejx0q1.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Jul 21 07:32:15 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKo0L-0004kc-SB for gcvg-git-2@gmane.org; Mon, 21 Jul 2008 07:32:14 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754024AbYGUFbN (ORCPT ); Mon, 21 Jul 2008 01:31:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753656AbYGUFbN (ORCPT ); Mon, 21 Jul 2008 01:31:13 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:60996 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753524AbYGUFbN (ORCPT ); Mon, 21 Jul 2008 01:31:13 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id E3918355BA; Mon, 21 Jul 2008 01:31:11 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id A3199355B9; Mon, 21 Jul 2008 01:31:09 -0400 (EDT) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 3ABD5A50-56E6-11DD-ADC7-3113EBD4C077-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' while commits prefixed with '+' are in 'next'. The topics list the commits in reverse chronological order. The topics meant to be merged to the maintenance series have "maint-" in their names. Due to increased activity level from people including GSoC students, I expect 'next' to stay somewhat more active than previous rounds during the 1.6.0-rc cycle. The request for people who usually follow 'next' is the same as usual, though. After -rc1 is tagged, please run 'master' for your daily git use instead, in order to make sure 'master' does what it claims to do without regression. Tentative schedule, my wishful thinking: - 1.6.0-rc0 (Jul 20) - 1.6.0-rc1 (Jul 23) - 1.6.0-rc2 (Jul 30) - 1.6.0-rc3 (Aug 6) - 1.6.0 (Aug 10) ---------------------------------------------------------------- [New Topics] * pb/sane-mv (Mon Jul 21 02:25:56 2008 +0200) 2 commits - git-mv: Keep moved index entries inact - git-mv: Remove dead code branch Running "git mv A B" when you have local changes to A automatically staged it while moving it to B, which was a longstanding nonsense. This attempts to fix it. Pasky has other plans to build on a more solidified foundation to enhance the command to work with submodules better on top of this. ---------------------------------------------------------------- [Graduated to "master"] * ns/am-abort (Wed Jul 16 19:39:10 2008 +0900) 1 commit + git am --abort This one is for Ted; builds on top of the recent "am and rebase leaves ORIG_HEAD just like reset, merge and pull does" rather nicely. * jc/rerere-auto-more (Wed Jul 16 20:25:18 2008 -0700) 1 commit + rerere.autoupdate: change the message when autoupdate is in effect This one is for Ingo. This changes the message rerere issues after reusing previous conflict resolution from "Resolved" to "Staged" when autoupdate option is in effect. It is envisioned that in practice, some auto resolutions are trickier and iffier than others, and we would want to add a feature to mark individual resolutions as "this is ok to autoupdate" or "do not autoupdate the result using this resolution even when rerere.autoupdate is in effect" in the future. When that happens, these messages will make the distinction clearer. * ap/trackinfo (Wed Jul 16 15:19:27 2008 -0400) 1 commit + Reword "your branch has diverged..." lines to reduce line length * xx/merge-in-c-into-next (Wed Jul 9 13:51:46 2008 -0700) 4 commits + Teach git-merge -X