From: Bruno Haible Date: Mon, 18 Nov 2019 20:45:44 +0000 (+0100) Subject: vcs-to-changelog: New module. X-Git-Tag: v1.0~4595 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=14f224df11a617d9138e248f9c67d53f11f5be15;p=gnulib.git vcs-to-changelog: New module. * modules/vcs-to-changelog: New file. * MODULES.html.sh (func_all_modules): Add it. --- diff --git a/ChangeLog b/ChangeLog index cf6007bbdc..048335a8fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-11-18 Bruno Haible + + vcs-to-changelog: New module. + * modules/vcs-to-changelog: New file. + * MODULES.html.sh (func_all_modules): Add it. + 2019-11-01 Siddhesh Poyarekar vcs-to-changelog: New script to generate ChangeLog-like output. diff --git a/MODULES.html.sh b/MODULES.html.sh index be12bf44af..107f16cc26 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -3577,6 +3577,7 @@ func_all_modules () 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" diff --git a/modules/vcs-to-changelog b/modules/vcs-to-changelog new file mode 100644 index 0000000000..81dababb70 --- /dev/null +++ b/modules/vcs-to-changelog @@ -0,0 +1,22 @@ +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