bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22506: make change-history now doesn't work at all


From: Paul Eggert
Subject: bug#22506: make change-history now doesn't work at all
Date: Mon, 1 Feb 2016 08:05:32 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

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





reply via email to

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