Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: ignore scissor line for the commit-msg hook | Peter Wu | 2015-07-23 | 1 | -0/+6 |
| | | | | | | | | | | | * build-aux/git-hooks/commit-msg: Stop processing more lines when the scissor line is encountered. -- This allows the command `git commit -v` to work even if the code is longer than 72 characters. Note that comments are already ignored by the previous line. Signed-off-by: Peter Wu <[email protected]> | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-02 | 1 | -0/+127 |
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. |