From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: VC mode and git Date: Tue, 31 Mar 2015 17:31:24 +0300 Message-ID: <834mp1tf0j.fsf@gnu.org> References: <871tk6538w.fsf@gnu.org> <838ueezgyk.fsf@gnu.org> <878ueejnjz.fsf@uwakimon.sk.tsukuba.ac.jp> <83twx2xoc8.fsf@gnu.org> <87619hke3u.fsf@uwakimon.sk.tsukuba.ac.jp> <551A3F17.6020903@math.ntnu.no> <20150331085055.GA2871@acm.fritz.box> <87zj6tiko1.fsf@uwakimon.sk.tsukuba.ac.jp> <20150331104935.GB2871@acm.fritz.box> <86ego5qoj1.fsf@example.com> <838uedtg47.fsf@gnu.org> <551AAEA1.30108@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427812333 21036 80.91.229.3 (31 Mar 2015 14:32:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2015 14:32:13 +0000 (UTC) Cc: sva-news@mygooglest.com, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 31 16:32:07 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 1YcxCp-0001Yo-Ld for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 16:31:51 +0200 Original-Received: from localhost ([::1]:39009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcxCp-0003XO-2z for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 10:31:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcxCi-0003X9-D7 for emacs-devel@gnu.org; Tue, 31 Mar 2015 10:31:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcxCc-00054x-EP for emacs-devel@gnu.org; Tue, 31 Mar 2015 10:31:44 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:41641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcxCc-00054g-6y for emacs-devel@gnu.org; Tue, 31 Mar 2015 10:31:38 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NM200M00YR13K00@mtaout29.012.net.il> for emacs-devel@gnu.org; Tue, 31 Mar 2015 17:28:55 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NM200EEGYW6X370@mtaout29.012.net.il>; Tue, 31 Mar 2015 17:28:55 +0300 (IDT) In-reply-to: <551AAEA1.30108@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:184637 Archived-At: > Date: Tue, 31 Mar 2015 17:26:41 +0300 > From: Dmitry Gutov > CC: emacs-devel@gnu.org > > On 03/31/2015 05:07 PM, Eli Zaretskii wrote: > > Nothing, IME. Contrary to the cited text, "git pull" with uncommitted > > changes doesn't fail. I do this every time before committing a > > changeset I intend to push, and it always worked for me. > > Neither is exactly true. Since 1.7.0 or so, "git pull" with uncommitted > changes can succeed if the newly pulled changes don't touch the locally > changed files, but will fail otherwise. Which makes a lot of sense. Yes, and is expected. Even CVS did that ;-)