From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Johannes Schindelin Subject: Re: What's in git.git (stable) Date: Fri, 15 Dec 2006 00:53:47 +0100 (CET) Message-ID: References: <7v4przfpir.fsf@assigned-by-dhcp.cox.net> <200612140959.19209.andyparkins@gmail.com> <7vmz5q18cn.fsf@assigned-by-dhcp.cox.net> <200612142255.33564.andyparkins@gmail.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-Date: Thu, 14 Dec 2006 23:54:01 +0000 (UTC) Cc: git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org X-Authenticated: #1490710 X-X-Sender: gene099@wbgn013.biozentrum.uni-wuerzburg.de In-Reply-To: <200612142255.33564.andyparkins@gmail.com> X-Y-GMX-Trusted: 0 Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gv0Oe-0004UJ-LP for gcvg-git@gmane.org; Fri, 15 Dec 2006 00:53:53 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752014AbWLNXxt (ORCPT ); Thu, 14 Dec 2006 18:53:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752018AbWLNXxt (ORCPT ); Thu, 14 Dec 2006 18:53:49 -0500 Received: from mail.gmx.net ([213.165.64.20]:41635 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752014AbWLNXxs (ORCPT ); Thu, 14 Dec 2006 18:53:48 -0500 Received: (qmail invoked by alias); 14 Dec 2006 23:53:47 -0000 Received: from wbgn013.biozentrum.uni-wuerzburg.de (EHLO dumbo2) [132.187.25.13] by mail.gmx.net (mp010) with SMTP; 15 Dec 2006 00:53:47 +0100 To: Andy Parkins Sender: git-owner@vger.kernel.org Hi, On Thu, 14 Dec 2006, Andy Parkins wrote: > On Thursday 2006, December 14 21:22, Junio C Hamano wrote: > > > This is interesting. You said "commit -b", were pointed out > > that you were talking about "checkout -b", and just after saying > > "yup, that is right, I was", you again say "commit -b". > > There truly is something wrong with me. Is there some sort of record > for number of mistakes made in one thread? Have I won yet? Honestly, I do not see anything you have done wrong. After all, a good idea came from it. > I'm not sure about your "commit -b"; is it wise to have /another/ way of > making a branch? I mean - I'm clearly confused enough, have a heart :-) I actually would _love_ that feature. Yeah, it's possible with existing git commands, but it would be _convenient_. Ciao, Dscho