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: Thu, 26 Mar 2015 13:57:09 +0200 Message-ID: <5513F415.4080908@yandex.ru> References: <20150324163714.GA27775@thyrsus.com> <83y4mmpb1n.fsf@gnu.org> <20150324173536.GA30608@thyrsus.com> <83twxap92g.fsf@gnu.org> <20150324181936.GA31705@thyrsus.com> <20150325164718.GB24458@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427371059 31572 80.91.229.3 (26 Mar 2015 11:57:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2015 11:57:39 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: rms@gnu.org, esr@thyrsus.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 26 12:57:39 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 1Yb6Pn-0005q2-IR for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 12:57:35 +0100 Original-Received: from localhost ([::1]:44024 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb6Pm-0004pU-W2 for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 07:57:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb6PU-0004ox-DA for emacs-devel@gnu.org; Thu, 26 Mar 2015 07:57:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yb6PR-0003do-16 for emacs-devel@gnu.org; Thu, 26 Mar 2015 07:57:16 -0400 Original-Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:35120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb6PQ-0003db-RV; Thu, 26 Mar 2015 07:57:12 -0400 Original-Received: by wgdm6 with SMTP id m6so61526937wgd.2; Thu, 26 Mar 2015 04:57:12 -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=yUv8Pj1g7nyHa6mYzKrDXIvj6KhLgsWq3lotJE3SRVU=; b=0Yh+mQt/lBouyGyrHEm+GqJxC8/p7WwKe2AGronz/4xXi6tE3Lt5Z/VQOaI+nOgo0v El/7FhsgAC57KK5DfrbTl8T4wroFi2wvn5eN9pCkS3ZLJ5HM27NNjMGon56tzMlq93to oGQbILyH9rALe7Oir5NYgam/1smqP1ayJ8zJh0JgiFS5p3MJWMtiX4CL49pOdPRGwmIb IcyHH2KCUp4YIWuteT169TDZ7lsMK4r9aHOsGcRanG5ZW1Nf5AApT8qvURQbt3rjfD5H 0zCGGiAHnTHEqxdSwWRK3O6A8Z7oUTrdMk527IRg0fucbWppIZ8wM8hMJR1NOr8haKAO 50wA== X-Received: by 10.194.241.202 with SMTP id wk10mr26672625wjc.145.1427371032080; Thu, 26 Mar 2015 04:57:12 -0700 (PDT) Original-Received: from [192.168.1.3] ([82.102.93.54]) by mx.google.com with ESMTPSA id dj4sm8057456wjc.13.2015.03.26.04.57.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Mar 2015 04:57:11 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22d 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:184317 Archived-At: On 03/26/2015 12:56 PM, Richard Stallman wrote: > Of course, it is not a lot of work to type 'git push'. The issue is > not about that small amount of work. The problem is the pitfall: > forgetting to do this leads to silent lossage. Perhaps that can be solved in a different way. Magit displays the list of local unpushed commits in the status buffer. We could have a similar section in `vc-dir'.