Release Notes for archives2git version/0.2
-
Support processing directories in place of archive files.
-
Add several new switches and associated variables to tag (
--tag
,--tagname
), to take an author name on the command line (--author
), to run an arbitrary command after the processing of each archive (--command
). -
Process the command line options with
git-rev-parse
(so that the options can be intermixed with the archive filenames).
-
Various portability improvements.
-
Better error checking.
-
Separate a body passed to
--body
from the title by a blank line.
-
Add online help (
--help
,--helpm
) and a corresponding manual page. -
Add more examples in the template of a configuration file.
-
Add a new
Makefile
to build the manual page and to install. -
Depend on HelpMessage and pod2man to build the manual page.
Release Notes for archives2git version/0.1
This is the first release of archives2git. The project contains the script
archives2git
.