Skip to content

Releases: pozgo/docker-subgit

3.2.5

03 Jul 22:18

Choose a tag to compare

SubGit 3.2.5 is a minor feature release. New in SubGit 3.2.5:
New Features:

  • subgit map command introduced that allows to query effective branches and author mappings set up in a mirror repository.

3.2.4

03 Jul 22:17

Choose a tag to compare

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.