Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Releases: heinrichti/GitRewrite

GitRewrite 1.3.1

17 Apr 11:53
Compare
Choose a tag to compare

This release fixes issues #6, #8 and #9. Updated to .NET 5

GitRewrite 1.3.0

06 Jul 15:11
Compare
Choose a tag to compare

This release adds new features and fixes bugs related to tags.

  • Added some console output
  • Added flag --protect-refs, to not delete files or folders in refs
  • Added --rewrite-contributers
  • Significant performance improvements by using concurrency when deleting files

1.2.0

30 Jun 19:21
Compare
Choose a tag to compare
  • Added feature to delete folders
  • Improved performance, especially when deleting files or folders when providing the complete path of the file or folder
  • Fixed a bug where sometimes commits were not rewritten resulting in an unchanged history

Feature and Bugfix Update

27 Jun 19:12
Compare
Choose a tag to compare
  • Tags are now rewritten properly
  • Fixed some smaller bugs
  • Delete files with wildcard at beginning or end of filename
  • Delete file in single folder
  • List authors and committers
  • Works on Windows and Linux now