diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-02-08 10:18:34 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-02-08 10:18:36 +0100 |
commit | daa2a487577cf80eb9e5bbdd7cd6c0ef39ca1f57 (patch) | |
tree | 8912332e70b7a8c23e11ea1b6fecc111fb779208 | |
parent | b1d54bf63533bb29c411bdfcdaa4d9fdc1c66f10 (diff) | |
download | s2u-master.tar s2u-master.tar.gz s2u-master.tar.bz2 s2u-master.tar.xz s2u-master.zip |
We could have switched to git2cl but we already have "git log" for free.
Keep ChangeLog as it list the real names vs usernames
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -50,10 +50,4 @@ dist: tag tag: git tag "$(VERSION)" -changelog: ../common/username -#svn2cl is available in our contrib. - svn2cl --authors ../common/username.xml --accum - rm -f ChangeLog.bak - svn commit -m "Generated by svn2cl the `date '+%c'`" ChangeLog - # Makefile ends here |