unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Phil Hagelberg <phil@hagelb.org>
To: emacs-devel@gnu.org
Subject: vc-register complains if a file is already registered in a git repository
Date: Mon, 20 Oct 2008 13:29:31 -0700	[thread overview]
Message-ID: <87prlvm2ms.fsf@hagelb.org> (raw)


When I visit a file that is already registered in my git repository, I
would like to make some changes and register them in the git index.

Unfortunately when I use vc-register on a file that is already in the
repository, it complains, saying "This file is already registered". This
is a reasonable thing to do in most VC systems, but git behaves
differently since it's a common thing to want to register the changes
you've just made to the git index (or staging area).

I would suggest that the vc-register be allowed when the file is
already registered if the backend is git. I know that VC intends to be a
fairly transparent frontend that behaves the same way with all different
version control systems, but ignoring the existence of the git index
discards a lot of the flexibility that is the reason many people use git
in the first place.

Maybe if a special-case within vc.el itself is frowned upon a new
command such as vc-register-changes could be made that is only
implemented in the git backend?

-Phil




             reply	other threads:[~2008-10-20 20:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 20:29 Phil Hagelberg [this message]
2008-10-21 21:43 ` vc-register complains if a file is already registered in a git repository Stefan Monnier
2008-10-21 22:23   ` Phil Hagelberg
2008-10-22  1:37     ` Stefan Monnier
2008-10-28 17:21       ` Phil Hagelberg
2008-10-28 18:19         ` Phil Hagelberg
2008-10-28 22:24           ` Phil Hagelberg

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87prlvm2ms.fsf@hagelb.org \
    --to=phil@hagelb.org \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).