Releases: frej/fast-export
Releases · frej/fast-export
v180126
v171002
-
Change the syntax of mapping files to allow escape sequences in the key and value strings.
Mappings now have the format
"<key>"="<value>"
and inside the quoted strings, all escape
sequences understood by the pythonstring_escape
encoding are supported.The old syntax can be enabled by the
--mappings-are-raw
command line flag.
v170826
v170818
v170624
v170617
v170604
v170101 Misc fixes
Changes:
- Fix broken support for bare repositories
- Make backup copies of state files
- Show warning when core.ignoreCase is true
v160914 Support for Git >= 2.10
Changes:
- Do not rely on git internals in order to support Git >= 2.10
v160415: Tag version 160415
As this version seems stable enough (there haven't been any trouble
reports in a couple of months), tag a version. Apparently this helps
Homebrew packagers.