emacs-devel
[Top][All Lists]
Advanced

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

Re: RCS: (vc-next-action 1) only New Backend


From: Eli Zaretskii
Subject: Re: RCS: (vc-next-action 1) only New Backend
Date: Mon, 21 Sep 2015 19:12:59 +0300

> Cc: address@hidden, address@hidden, address@hidden
> From: Dmitry Gutov <address@hidden>
> Date: Mon, 21 Sep 2015 17:06:12 +0300
> 
> > I think another possibility is to commit a tag with the specified
> > REVISION string immediately after committing the current changeset.
> 
> Commit a tag? You lost me here.

This option in RCS and CVS allows you to put a label on the revision,
giving it the name of your liking.  The equivalent in Git is "git tag",
I think.  So this sequence of commands

  git commit ...
  git tag REVISION
  git push

will do what "ci -rREVISION" does in RCS.



reply via email to

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