From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: Closing the merge window for 1.6.0 Date: Mon, 14 Jul 2008 10:07:48 +0200 Message-ID: <487B0954.6020309@viscovery.net> References: <7vlk4snpj3.fsf@gitster.siamese.dyndns.org> <7vabjm1a0q.fsf@gitster.siamese.dyndns.org> <7vr6crj0jk.fsf@gitster.siamese.dyndns.org> <7vmyn4hr8f.fsf@gitster.siamese.dyndns.org> <7vmymsjz6x.fsf@gitster.siamese.dyndns.org> <7vabijxhk4.fsf@gitster.siamese.dyndns.org> <7vwslhg8qe.fsf@gitster.siamese.dyndns.org> <7vhccfiksy.fsf@gitster.siamese.dyndns.org> <7vod6k6zg4.fsf@gitster.siamese.dyndns.org> <7v4p7xwsfp.fsf@gitster.siamese.dyndns.org> <7v3anb19n7.fsf@gitster.siamese.dyndns.org> <7vwskjazql.fsf@gitster.siamese.dyndns.org> <7vk5ggipuw.fsf@gitster.siamese.dyndns.org> <7vej6l3lp7.fsf@gitster.siamese.dyndns.org> <7vod5kd3im.fsf@gitster.siamese.dyndns.org> <7v3amv1e8n.fsf@gitster.siamese.dyndns.org> <7vprpwhp7t.fsf@gitster.siamese.dyndns.org> <7vlk0ffhw3.fsf@gitster.siamese.dyndns.o rg> <7vtzf1w0rj.fsf@gitster.siamese.dyndns.org> <7vabgqsc37.fsf@gitster.siamese.dyndns.org> <7vtzetjbif.fsf@gitster.siamese.dyndns.org> <7vzlokhpk7.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Junio C Hamano , git@vger.kernel.org To: "Shawn O. Pearce" X-From: git-owner@vger.kernel.org Mon Jul 14 10:08:51 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 1KIJ74-0007g5-KD for gcvg-git-2@gmane.org; Mon, 14 Jul 2008 10:08:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755042AbYGNIHv (ORCPT ); Mon, 14 Jul 2008 04:07:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755337AbYGNIHu (ORCPT ); Mon, 14 Jul 2008 04:07:50 -0400 Received: from lilzmailso02.liwest.at ([212.33.55.13]:31092 "EHLO lilzmailso02.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754755AbYGNIHu (ORCPT ); Mon, 14 Jul 2008 04:07:50 -0400 Received: from cm56-163-160.liwest.at ([86.56.163.160] helo=linz.eudaptics.com) by lilzmailso02.liwest.at with esmtpa (Exim 4.66) (envelope-from ) id 1KIJ63-0000nQ-II; Mon, 14 Jul 2008 10:07:47 +0200 Received: from [127.0.0.1] (J6T.linz.viscovery [192.168.1.42]) by linz.eudaptics.com (Postfix) with ESMTP id 44CFC4FB; Mon, 14 Jul 2008 10:07:47 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <7vzlokhpk7.fsf@gitster.siamese.dyndns.org> X-Spam-Score: 1.7 (+) X-Spam-Report: ALL_TRUSTED=-1.8, BAYES_99=3.5 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano schrieb: > * git-gui learned to stage changes per-line. This has usability issues. In particular, it is impossible to stage only the change "old1"->"new1" or unstage the change "old2"->"new2" of this hunk: @@ -1,4 +1,4 @@ ctxt1 -old1 -old2 +new1 +new2 ctxt2 Being able to do that was one of the goals, and I missed it :-( Since that's my personal itch, I'll come up with a patch rather sooner than later. -- Hannes