all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: mathias@mnet-mail.de
Cc: emacs-devel@gnu.org
Subject: Re: C-x v u for added files in vc-git
Date: Thu, 3 Dec 2009 01:09:03 -0800 (PST)	[thread overview]
Message-ID: <200912030909.nB3993lF022865@godzilla.ics.uci.edu> (raw)
In-Reply-To: <20091203090205.8k74zmgqe8ko8k8o@webmail.mnet-online.de> (mathias@mnet-mail.de's message of "Thu, 03 Dec 2009 09:02:05 +0100")

mathias@mnet-mail.de writes:

  > Zitat von Dan Nicolaescu <dann@ics.uci.edu>:
  > 
  > > In a git tree doing:
  > >
  > > C-x C-f BLAH_BLAH RET
  > > RET
  > > C-x v v
  > >
  > > will put the BLAH_BLAH in the 'added state
  > >
  > > Doing a C-x v u
  > > after that should return it to the 'unregistered state, but that does
  > > not happen the file stays in the 'added state.
  > >
  > > This is because vc-git-revert runs:
  > > (vc-git-command nil 0 file "checkout" "HEAD")
  > >
  > > What should vc-git-revert do that it works in the above case too?
  > 
  > git rm --cached <file>
  > 
  > removes the file from the index,  i.e. reverts the 'add' command.

Does it also restore the file contents in the case where the file is
registered and it has been changed ? (that's another use for the
function in question).




  reply	other threads:[~2009-12-03  9:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03  6:06 C-x v u for added files in vc-git Dan Nicolaescu
2009-12-03  8:02 ` mathias
2009-12-03  9:09   ` Dan Nicolaescu [this message]
2009-12-03 12:15     ` mathias
2009-12-03 18:22       ` Dan Nicolaescu
2009-12-04  3:39         ` Miles Bader
2009-12-04  4:49           ` Dan Nicolaescu
2009-12-04  5:24             ` Miles Bader
2009-12-04  5:44               ` Dan Nicolaescu
2009-12-04  7:58                 ` Miles Bader
2009-12-04 18:55                   ` Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200912030909.nB3993lF022865@godzilla.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    --cc=mathias@mnet-mail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.