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: Wed, 25 Mar 2015 20:00:37 +0200 Message-ID: <83zj71neii.fsf@gnu.org> References: <5511998E.8080309@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427306477 6997 80.91.229.3 (25 Mar 2015 18:01:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 18:01:17 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 19:01:10 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 1Yapc3-0007ZX-RX for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 19:01:07 +0100 Original-Received: from localhost ([::1]:40608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapc3-0003bf-Ap for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 14:01:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapbn-0003aI-UT for emacs-devel@gnu.org; Wed, 25 Mar 2015 14:00:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yapbi-0004cI-Az for emacs-devel@gnu.org; Wed, 25 Mar 2015 14:00:51 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:48999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yapbi-0004bn-47; Wed, 25 Mar 2015 14:00:46 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NLS00A004QAKE00@mtaout26.012.net.il>; Wed, 25 Mar 2015 20:01:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLS007HO4QUWH20@mtaout26.012.net.il>; Wed, 25 Mar 2015 20:01:42 +0200 (IST) In-reply-to: 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.182 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:184242 Archived-At: > Date: Wed, 25 Mar 2015 10:43:00 -0400 > From: Richard Stallman > Cc: emacs-devel@gnu.org > > As a separate matter, something is wrong in my repository with > lisp/ChangeLog. I have changes I want to check in, and I don't know > what to do. Brief hints are not enough to enable me to fix this. > How should I get my changes installed? > > Would you please help me? Someone asked for you to provide the output of the following Git command: git status -s This is an important first step towards understanding what exactly is wrong in your local repository. I very much doubt that any advice that doesn't take the results of the above command in account could be possibly correct. So please provide that output, and let's take it from there.