Releases: pozgo/docker-subgit
Releases · pozgo/docker-subgit
3.2.5
3.2.4
SubGit 3.2.4 is a minor bugfix and feature release. New in SubGit 3.2.4:
New Features:
- Support for svn.allowReplacementBranches and svn.allowDeletionBranches options added that allow to control SVN branch replacement and deletion translation policy for individual branches.
- Support for svn.gitCommitMessage and svn.svnCommitMessage options that allow specifying message patterns used by SubGit while generating commit messages.
Fixed Bugs:
- When non-translatable Git commit is synced to SVN and creation of empty SVN revisions is disabled, it might happen that non-translatable Git commit would be lost on later syncs, fixed.
- Potential minor memory leak on failed sync, fixed.