summaryrefslogtreecommitdiff
path: root/build-aux/vcstocl/vcs_git.py
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* vcs-to-changelog: Expect spaces in file namesSiddhesh Poyarekar2020-11-191-10/+16
| | | | | | | | | Reported by Thierry Bothorel <thierry.bothorel@zaclys.net> in <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00040.html>, * build-aux/vcstocl/vcs_git.py (exec_git_cmd): Do not transform tabs to spaces. (list_changes): Use tabs to identify file names.
* vcs-to-changelog: Fix formatting of ChangeLog output.Siddhesh Poyarekar2020-01-161-1/+1
| | | | | | | | | Add another newline when the number of files differing is too large. This is typical for across-the-board changes such as copyright year updates. * build-aux/vcstocl/vcs_git.py (list_changes): Add newline in print output.
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* vcs-to-changelog: New script to generate ChangeLog-like output.Siddhesh Poyarekar2019-11-181-0/+163
Discussion: <https://lists.gnu.org/archive/html/bug-gnulib/2019-10/msg00062.html> * build-aux/vcs_to_changelog.py: New file. * build-aux/vcstocl/frontend_c.py: New file. * build-aux/vcstocl/misc_util.py: New file. * build-aux/vcstocl/vcs_git.py: New file.