emacs-devel
[Top][All Lists]
Advanced

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

Re: PROPOSAL: Move to git, now that bzr is no longer a req.


From: Stefan Monnier
Subject: Re: PROPOSAL: Move to git, now that bzr is no longer a req.
Date: Sat, 04 Jan 2014 15:04:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> be) identical, then manually entering the same information in two
> different places is unnecessarily complex and error-prone, so generating

If you enter it twice, you're not using your tool right.  Emacs can
extract the commit message from the ChangeLog file right before you
commit, so you don't have to enter it twice.

IOW, please guys re-read the corresponding thread from a few years back.
Nothing much has changed.

The main issues were (and are) the following:
- How to edit past commit messages when they're incorrect/incomplete/...?
- How to do C-x 4 a when there's no ChangeLog file?
- This last one can get a bit more delicate if you want to be able to do

     hack..hack..hack
     C-x 4 a
     hack..hack..
     C-x C-c
     restart Emacs
     ...
     commit

  since this requires saving the commit message which you started
  writing in the first Emacs session: the ChangeLog file naturally lives
  across Emacs sessions, whereas the *VC-Log* buffer doesn't.
  

        Stefan



reply via email to

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