Hi Don,
> and the output ended with this:
>
> Updating 90b3631..228b90a
> Fast-forward
> src/ChangeLog | 11 +++++++++++
> src/NEWS | 1 +
> src/aclocal.m4 | 12 ++++++++----
> src/configure | 10 +++++++---
> src/m4/filecharset.m4 | 12 ++++++++----
> src/pathname.d | 33 ++++++++++++++++++++-------------
> 6 files changed, 55 insertions(+), 24 deletions(-)
These are changes that I pushed two days ago.
> However, Changelog starts out like this:
> 2018-04-08 Bruno Haible <br...@cl...>
>
> Or am I using the wrong repository? (how can I tell?)
Maybe you're on the wrong branch? Try 'git status'
and 'git branch'. Also, review your .git/config file.
Or maybe your text editor did not realize that the src/ChangeLog
file has changed?
Bruno
|