emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing rollback from VC mode - request for comment


From: Eric S. Raymond
Subject: Re: Removing rollback from VC mode - request for comment
Date: Thu, 11 Dec 2014 07:57:18 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Steinar Bang <address@hidden>:
> Yes, as "git reset --hard" is a somewhat dangerous operation to do from
> the command line, it would be nice to be able to do it from a UI that
> feels safe.
> 
> But there is one complication that git commits may span more files than
> the one file currently seen by vc-git.el, and if so: what do you do?

Right, this is one of the reasons I described it as tricky and
sharp-edged.

The problem is not specific to Git.  It's general to any changeset VCS, where
rollback is necessarily a repository-oriented operation rather than a
file-oriented one.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]