Skip to content

Releases: frej/fast-export

v180126

26 Jan 16:06
90483e0
Compare
Choose a tag to compare
  • Add support for python paths containing spaces.

v171002

02 Oct 11:12
Compare
Choose a tag to compare
  • 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 python string_escape encoding are supported.

    The old syntax can be enabled by the --mappings-are-raw command line flag.

v170826

26 Aug 09:20
Compare
Choose a tag to compare
  • Avoid nuisance (but harmless) error printout from readlink test. Problem reported and fix verified by @0ge.

v170818

18 Aug 16:52
Compare
Choose a tag to compare
  • Do not crash if the name of the git repository contains spaces. Problem reported and fix verified by @0ge.

v170624

24 Jun 10:14
Compare
Choose a tag to compare
  • Remove bashism introduced in 02bb982.

v170617

17 Jun 17:52
Compare
Choose a tag to compare
  • v170604 broke fast export (see issue #97) on MacOS, this is now fixed

v170604

04 Jun 18:07
Compare
Choose a tag to compare

Changes in this release includes:

  • Handle branch names starting with / without crashing (thanks to Eberhard Beilharz for reporting and helping with verifying the fix).

  • hg-fast-export.sh is now callable via a symlink (contribution by Felix Althaus)

v170101 Misc fixes

01 Jan 14:23
Compare
Choose a tag to compare

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

14 Sep 12:34
Compare
Choose a tag to compare

Changes:

  • Do not rely on git internals in order to support Git >= 2.10

v160415: Tag version 160415

21 Aug 10:28
Compare
Choose a tag to compare

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.