[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Removing rollback from VC mode - request for comment
From: |
Ted Zlatanov |
Subject: |
Re: Removing rollback from VC mode - request for comment |
Date: |
Thu, 11 Dec 2014 06:51:49 -0500 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
On Thu, 11 Dec 2014 04:21:38 -0500 (EST) address@hidden (Eric S. Raymond)
wrote:
ESR> Rollback is a case in point. It is a command that lets you undo the
ESR> last checkin. Only SCCS and RCS actually support it. Git possibly
ESR> could, in theory, but the Git implementation would be tricky and have
ESR> sharp edges when the last revision had been pushed.
I think Git should support it anyway, with rollback to any commit.
That's just a "git reset". It's useful.
I don't see an issue with pushed revisions. If you want to reset and
"push -f", that's a legitimate workflow. Otherwise, your push will be
rejected.
Ted
- Re: Removing rollback from VC mode - request for comment, (continued)
- Re: Removing rollback from VC mode - request for comment, Achim Gratz, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Steinar Bang, 2014/12/11
- Re: Removing rollback from VC mode - request for comment, Stefan Monnier, 2014/12/11
- vc-region-authors (or some such), Sebastien Vauban, 2014/12/12
- Re: vc-region-authors (or some such), Stefan Monnier, 2014/12/12
- Re: vc-region-authors (or some such), Dmitry Gutov, 2014/12/12
Re: Removing rollback from VC mode - request for comment,
Ted Zlatanov <=
Re: Removing rollback from VC mode - request for comment, Stefan Monnier, 2014/12/11