Skip to content

Releases: foriequal0/git-trim

Release v0.2.5

18 Mar 02:48
Compare
Choose a tag to compare
Release v0.2.5 Pre-release
Pre-release
  • Update toolchain to 1.42 and use stabilized matches! macro #70
  • Prevent subsequent frequent updates #72
  • Skip printing summary when the refs/remotes/* do not have a refspec #74

Release v0.2.4

10 Mar 15:46
Compare
Choose a tag to compare
Release v0.2.4 Pre-release
Pre-release
  • Typos in help messages are fixed, and man file is added #49 #50. Thanks @majecty
  • git config push.default matching is supported #62
  • Support a branch that checked-out with hub pr checkout # #58 #66
  • More compactly display branches that kept back #67 179b350

Release v0.2.3

28 Feb 11:49
Compare
Choose a tag to compare
Release v0.2.3 Pre-release
Pre-release
  • Scope remotes to trim #43
  • Set multiple git config entries #45, #48
  • Swap the summary in ascending importance order #47

https://crates.io/crates/git-trim/0.2.3

Release v0.2.2

26 Feb 01:35
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release
Bump up the version to 0.2.2

Release v0.2.1

23 Feb 09:42
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

Main features of the release:

  • Useful options for git-flow
    • can set multiple base names (#32)
    • can set multiple protected branch patterns (#31)
    • more git-flow test scenarios.
  • Performance optimizations
    • utilize git branch --merged to get no-ff merged branches (#27)
    • parallelize with Rayon (#28)
  • Some misc changes in
    • summary
    • dry run flag
    • push refspec handling
    • current working directory handling
    • English grammar corrections(?)
    • See actual commits: v0.1.5...v0.2.1

Release v0.1.5

17 Feb 05:00
Compare
Choose a tag to compare
Release v0.1.5 Pre-release
Pre-release
Bump up the version to 0.1.5

Release v0.1.3

13 Feb 01:59
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release
Revert "Use --force only when necessary"

This reverts commit 3861986334f380f537e36b055d180e62bc793672.

Release v0.1.2

12 Feb 08:08
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release
Fix negated flags

Release v0.1.1

12 Feb 07:35
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release
Bump up the version to 0.1.1

Release v0.1.0

12 Feb 07:27
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release
Fix github actions