* modules/vcs-to-changelog: New file.
* MODULES.html.sh (func_all_modules): Add it.
+2019-11-18 Bruno Haible <bruno@clisp.org>
+
+ vcs-to-changelog: New module.
+ * modules/vcs-to-changelog: New file.
+ * MODULES.html.sh (func_all_modules): Add it.
+
2019-11-01 Siddhesh Poyarekar <siddhesh@gotplt.org>
vcs-to-changelog: New script to generate ChangeLog-like output.
func_module update-copyright
func_module useless-if-before-free
func_module vc-list-files
+ func_module vcs-to-changelog
func_end_table
element="Misc"
--- /dev/null
+Description:
+Convert git log to ChangeLog
+
+Files:
+build-aux/vcs_to_changelog.py
+build-aux/vcstocl/frontend_c.py
+build-aux/vcstocl/misc_util.py
+build-aux/vcstocl/vcs_git.py
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+
+License:
+GPLed build tool
+
+Maintainer:
+Siddhesh Poyarekar