From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's not in git.git Date: Sat, 17 Nov 2007 13:12:53 -0800 Message-ID: <7vlk8wshii.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 Sat Nov 17 22:13:29 2007 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 1ItUyn-0000vM-1B for gcvg-git-2@gmane.org; Sat, 17 Nov 2007 22:13:29 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752166AbXKQVNA (ORCPT ); Sat, 17 Nov 2007 16:13:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752191AbXKQVNA (ORCPT ); Sat, 17 Nov 2007 16:13:00 -0500 Received: from sceptre.pobox.com ([207.106.133.20]:55623 "EHLO sceptre.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752051AbXKQVM7 (ORCPT ); Sat, 17 Nov 2007 16:12:59 -0500 Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id 7EFAF2EF; Sat, 17 Nov 2007 16:13:18 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sceptre.sasl.smtp.pobox.com (Postfix) with ESMTP id 0CB7E96CF6; Sat, 17 Nov 2007 16:13:16 -0500 (EST) User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: A list of recent issues discussed without any patch landing in my tree. * git-revert As discussed, I am in favor of the above command, only when cannot be interpreted as a valid commit object name and appears in the index, to run "git-checkout -- ". Also, I am in favor of making "git-revert -- " and "git-cherry-pick -- " create a commit that reverts or cherry-picks the effect of named commit but only on named paths, as proposed by Dscho. Before the latter materializes, however, I think it is possible to implement the former. - "git-revert [--] " runs "git-checkout -- " without complaining (only when unambiguous if no -- is given); - "git-cherry-pick [--] " errors out, as it does not make any sense. - "git-(revert|cherry-pick) [--] " gives "unimplemented yet" error message; * "Why a merge is more difficult to bisect" document. I think the last text with rewording suggestion on the list was good. Should I take that directly, or pull through Bruce? * "Batch mode of git-cat-file" aka git-fast-export. I think the idea is sound. http://thread.gmane.org/gmane.comp.version-control.git/65053/focus=65057 http://thread.gmane.org/gmane.comp.version-control.git/62295/focus=62441 * Solaris portability improvements and clean-up. Test patches sent for git-compat-util.h and Makefile on FLEX_ARRAY and mkdtemp() but they haven't resulted in any appliable patch yet.