From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Fri, 27 Mar 2015 16:07:50 +0200 Message-ID: <55156436.9000307@yandex.ru> References: <86egoeusg2.fsf@example.com> <87384qzxqy.fsf@igel.home> <83bnjen71r.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427465302 6446 80.91.229.3 (27 Mar 2015 14:08:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2015 14:08:22 +0000 (UTC) Cc: sva-news@mygooglest.com, rms@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii , Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 27 15:08:17 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YbUvl-0004TD-KB for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2015 15:08:13 +0100 Original-Received: from localhost ([::1]:50387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbUvk-0005ca-R5 for ged-emacs-devel@m.gmane.org; Fri, 27 Mar 2015 10:08:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbUvX-0005cO-Kg for emacs-devel@gnu.org; Fri, 27 Mar 2015 10:08:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbUvT-0004ai-L4 for emacs-devel@gnu.org; Fri, 27 Mar 2015 10:07:59 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:38506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbUvT-0004aT-De; Fri, 27 Mar 2015 10:07:55 -0400 Original-Received: by wibgn9 with SMTP id gn9so32812588wib.1; Fri, 27 Mar 2015 07:07:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=My6LUxD0R/0PYsb18Gnv63cGCSHHfQ8HUFdFjOfUKPQ=; b=IIffaI/pbrWbUdepkb24ukKjqhYJ+PEMNO8F+utZ//eTkHpyz0LXgbg3wE9OGwdaIE d3E19hWzfCWPRPxsg9Ud53AOvLwOi4giMxhOPLvGlLgwCRAfITgOGvnoGfqy3ExbJFL6 R4jG/i7hIXatCQiJMW06DJL8flDd7uCPfWHfU5vb9VYAr/kCalhTdV+Q6D86yIXfpvz/ TbsSwQRE+N5PtlYzMI4Cm6XAxsRA/FxnfqeGSKbpxywDysmkG64Feb/WPdE+k3VQex5H kqfKP1UNewFJP771Ch5NLvChcHt8nYtmHTQ2WZta1URRiQJ0uboOw24UURj9vm3KKMLS 1hjw== X-Received: by 10.194.9.98 with SMTP id y2mr38979026wja.85.1427465273697; Fri, 27 Mar 2015 07:07:53 -0700 (PDT) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id hn8sm2991413wib.18.2015.03.27.07.07.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 07:07:52 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <83bnjen71r.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184392 Archived-At: On 03/27/2015 11:06 AM, Eli Zaretskii wrote: >> This is a flawed concept. You are throwing away the very advantage of a >> DVCS. > > Isn't it clear, after all the flood of the messages, that Richard has > no use for those advantages? Considering the amount of time he spends offline, no, it's not at all clear. Creating commits locally and then merging or rebasing before pushing could be helpful in these conditions, provided one learns how to use Git properly.