From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: Re: Git never commits, Magit never pushes Date: Sun, 03 Apr 2011 10:09:25 +0200 Organization: Sebastien Vauban Message-ID: <80wrjb69je.fsf@somewhere.org> References: <807hbdceab.fsf@somewhere.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301820067 9293 80.91.229.12 (3 Apr 2011 08:41:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 08:41:07 +0000 (UTC) To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Sun Apr 03 10:41:03 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6Irj-00035X-PE for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 10:41:00 +0200 Original-Received: from localhost ([127.0.0.1]:43483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6Iri-0003f1-KU for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 04:40:58 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Injection-Info: mx02.eternal-september.org; posting-host="No+jx9xcG75RY5G9Zb0asg"; logging-data="3486"; mail-complaints-to="abuse-VVbKFVtnif8H+i2N2EyTrmui9UKz+5OX@public.gmane.org"; posting-account="U2FsdGVkX18G+epJneRSzKgy+JfVNbVO" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) X-Archive: encrypt Cancel-Lock: sha1:IYAzXKvtnQcEj0N/4jvfXUgjUGQ= sha1:Eq14YPAFSnCe1l5zJOU6DLE9Dlg= X-Url: Under construction... Original-Xref: usenet.stanford.edu gnu.emacs.help:186461 X-BeenThere: help-gnu-emacs-mXXj517/zsQ@public.gmane.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org-mXXj517/zsQ@public.gmane.org Xref: news.gmane.org gmane.emacs.help:80580 Archived-At: Hi Jambunathan, Jambunathan K wrote: > Have you tried vc-git that comes bundled with emacs. Now, yes. But it still does not interest me that much, as there is no interactive diff, which one tool I really need to compare buffers before committing. > C-x v d and C-x v C-h within a git controlled buffer > are good places to start. What's funny for me, though, is the status "added" for a file that has alre= ady been committed several times!? --8<---------------cut here---------------start------------->8--- VC backend : Git Working dir: c:/home/sva/src/web-in-org/ Branch : master Remote : XXX Stash : Nothing stashed ./ org/ added +x org/leuven.css --8<---------------cut here---------------end--------------->8--- I could commit the file through `vc-next-action'. That works. I did not find yet, though, how to push it to the Git repo. But, as I said,= I have fears when I have to commit files which I couldn't compare side-by-sid= e. I "cannot" read the sequential +/- lines... Any idea on how to progress on this? Best regards, Seb --=20 S=C3=A9bastien Vauban