GNU bug report logs - #22506
make change-history now doesn't work at all

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Sun, 31 Jan 2016 19:24:02 UTC

Severity: normal

Found in version 25.0.90

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Nicolas Petton <nicolas <at> petton.fr>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 22506-done <at> debbugs.gnu.org, rgm <at> gnu.org
Subject: bug#22506: make change-history now doesn't work at all
Date: Mon, 1 Feb 2016 08:05:32 -0800
On 02/01/2016 12:43 AM, Nicolas Petton wrote:
> How should I generate the changelog files next time?  IIUC I need to
> make sure no commit happens while doing so, so I won't have to rebase.
>

You might try something like this:

git checkout emacs-25
git pull
git diff # This should output nothing.
make change-history
git diff HEAD^ # This should output what you want.
git push




This bug report was last modified 9 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.