Skip to content

Releases: frej/fast-export

v180317

17 Mar 15:50
v180317
19aa906

Choose a tag to compare

  • Expand code comment warning contributors from doing name mangling patches which will not be accepted

  • Update usage examples (Contributed by qiceforuni@gmail.com)

  • Start signing releases and commits with the following key:

    rsa4096/F575A4AF4A07A5AC 2018-03-17 Frej Drejhammar <frej.drejhammar@gmail.com>
    Primary key fingerprint: 3F1D 354E 764A F4E2 27C5 B433 F575 A4AF 4A07 A5AC

    (Available from at least sks-keyservers.net and pgp.mit.edu)

v180126

26 Jan 16:06
90483e0

Choose a tag to compare

  • Add support for python paths containing spaces.

v171002

02 Oct 11:12

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

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

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

Choose a tag to compare

  • Remove bashism introduced in 02bb982.

v170617

17 Jun 17:52

Choose a tag to compare

  • v170604 broke fast export (see issue #97) on MacOS, this is now fixed

v170604

04 Jun 18:07

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

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

Choose a tag to compare

Changes:

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