Skip to content

Releases: link-intersystems/GitDirStat

Enhancement Release 1.2.0

16 Jan 19:09
Compare
Choose a tag to compare

Enhancements

  • Deleting paths from repositories is much faster now.

Fixed Bugs

  • Refs should be packed after update.
  • Build encoding should be set to utf-8.

Improvements

  • Added integration tests.
  • Added path removal tests.

Enhancement Release 1.1.0

05 Jan 17:35
Compare
Choose a tag to compare

Enhancements

  • Analyzing a repository is much faster now.

Fixed Bugs

  • #3 IndexOutOfBoundsException when updating the repository
  • #4 CPU load between 6-10% when table view is selected

Improvements

  • #1 Select all refs as per default when a repository is opened the first time
  • #5 Rewrite Branch is not necessary and should not be created by the application

Bugfix Release 1.0.1

30 Dec 16:12
Compare
Choose a tag to compare

Fixed bugs:

  • Paths selected in tree view are not removed.
  • Remove paths confirmation dialog shows only the scrollbar if only one path is selected.
  • Temporary rewrite branch is not cleaned up if path removal is canceled.
  • Rewrite reflog entries are not cleaned up.

Improvements:

  • Progress dialog respects system look and feel.

First release

27 Dec 17:52
Compare
Choose a tag to compare

Features introduced in GitDirStat-1.0.0

  • List file paths in a git repository and the total size that they allocate in the repository's history.
  • Remove paths from the history. Like git filter-branch --index-filter.
  • Table and tree view.