From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: Subject: [PATCH] Push to create Date: Tue, 3 Mar 2009 04:23:01 -0500 Message-ID: <20090303092301.GE32284@mit.edu> References: <7v63itbxe7.fsf@gitster.siamese.dyndns.org> <20090301100039.GD4146@coredump.intra.peff.net> <20090301170436.GA14365@spearce.org> <7vwsb7gkvt.fsf_-_@gitster.siamese.dyndns.org> <20090303070937.GB30609@coredump.intra.peff.net> <7vy6vnf3aw.fsf@gitster.siamese.dyndns.org> <20090303080603.GA3158@coredump.intra.peff.net> <7v63irf21u.fsf@gitster.siamese.dyndns.org> <20090303082706.GC3158@coredump.intra.peff.net> <7v1vtff1op.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff King , "Shawn O. Pearce" , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Mar 03 10:24:43 2009 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 1LeQrg-0006QQ-0N for gcvg-git-2@gmane.org; Tue, 03 Mar 2009 10:24:40 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755746AbZCCJXK (ORCPT ); Tue, 3 Mar 2009 04:23:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750800AbZCCJXJ (ORCPT ); Tue, 3 Mar 2009 04:23:09 -0500 Received: from thunk.org ([69.25.196.29]:49782 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755516AbZCCJXH (ORCPT ); Tue, 3 Mar 2009 04:23:07 -0500 Received: from root (helo=closure.thunk.org) by thunker.thunk.org with local-esmtp (Exim 4.50 #1 (Debian)) id 1LeQq6-0007SY-Hz; Tue, 03 Mar 2009 04:23:02 -0500 Received: from tytso by closure.thunk.org with local (Exim 4.69) (envelope-from ) id 1LeQq5-0002Mb-DL; Tue, 03 Mar 2009 04:23:01 -0500 Content-Disposition: inline In-Reply-To: <7v1vtff1op.fsf@gitster.siamese.dyndns.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Mar 03, 2009 at 12:30:46AM -0800, Junio C Hamano wrote: > Jeff King writes: > > > But I think that coincides with what I was trying to say in my original > > response to the series, which is "this issue is complex, and we need to > > hear from the people who would really want this exactly what it is they > > want". > > And we haven't heard from them at all, unless you and/or Shawn are > interested. After all we may not have to worry about this at all ;-) Junio, I assume you saw Scott James Remnant blog posts, "Git Sucks"? http://www.netsplit.com/2009/02/17/git-sucks/ http://www.netsplit.com/2009/02/17/git-sucks-2/ http://www.netsplit.com/2009/02/17/git-sucks-3/ http://www.netsplit.com/2009/02/23/revision-control-systems-suck/ My commentary on his complaint is found here: http://thunk.org/tytso/blog/2009/02/23/reflections-on-a-complaint-from-a-frustrated-git-user/ Some (but not all) of the comments on my blog are also worth reading. - Ted