The third release candidate for StGit 0.15 is available from the git://repo.or.cz/stgit.git or http://download.gna.org/stgit/. Bugs can be reported on the Git mailing list or via the project bugs page (https://gna.org/bugs/?group=stgit). StGit is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of Git. These operations are performed using Git commands and the patches are stored as Git commit objects, allowing easy merging of the StGit patches into other repositories using standard Git functionality. Unless there are major issues, the aim is for this to be the last release candidate before 0.15. The main changes since release 0.15-rc2: - 'stg import' command fixes to allow the importing of 'git show' output and also support the -pN option for stripping leading slashes from diff paths. The author date when importing e-mails is also preserved - Generate binary diffs by default when exporting patches - Other bug-fixes Acknowledgements: Catalin Marinas (7): Add stg-build, stg-dbg and RELEASENOTES to the MANIFEST.in file Merge commit 'kha/safe' Import git show output easily Merge commit 'kha/safe' Add import -p option Preserve the given author date during import Generate binary diffs by default David Kågedal (1): Escape patch name when creating regexp Karl Wiberg (2): When reading a config value, pick the last value, not the first squash: Make commit message editing more convenient -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html