1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/vcs-to-changelog
Siddhesh Poyarekar 19e3bce44f vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens.
This was needed earlier because modules had to import the main script,
but that is no longer true.  Rename the script so that it is
consistent with all other scripts in gnulib and uses hyphens.

* build-aux/vcs_to_changelog.py: Rename to...
* build-aux/vcs-to-changelog.py: ... this.
* doc/vcs-to-changelog.texi (VCS To ChangeLog): Update reference.
* modules/vcs-to-changelog: Likewise.
2020-05-18 18:55:33 +02:00

23 lines
283 B
Plaintext

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