]> Savannah Git Hosting - gnulib.git/commitdiff
vcs-to-changelog: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Nov 2019 20:45:44 +0000 (21:45 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 18 Nov 2019 20:45:44 +0000 (21:45 +0100)
* modules/vcs-to-changelog: New file.
* MODULES.html.sh (func_all_modules): Add it.

ChangeLog
MODULES.html.sh
modules/vcs-to-changelog [new file with mode: 0644]

index cf6007bbdcb0dbdaccb0f882bb4a70823fcbb84c..048335a8fb84328c877f2a40e67be423ce8d6656 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index be12bf44af2601bb29f7e4eb1c20a0ed66771825..107f16cc269b004af7df8d24aed20873578d4691 100755 (executable)
@@ -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 (file)
index 0000000..81dabab
--- /dev/null
@@ -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