Skip to content

Releases: drewdeponte/git-ps-rs

6.3.1

26 Aug 13:30
6.3.1
83aaf3d
Compare
Choose a tag to compare

Fixed

  • bug causing integrate patch behind check to not always be correct

6.3.0

26 Aug 00:41
6.3.0
5d7ea90
Compare
Choose a tag to compare

Added

  • integrated commit's sha as the first argument to the integrate_post_push hook

6.2.0

24 Aug 06:12
6.2.0
53d5c3f
Compare
Choose a tag to compare

Added

  • integrate_post_push hook support

6.1.0

11 Aug 21:12
6.1.0
a4e7a15
Compare
Choose a tag to compare

Added

  • isolate_post_cleanup hook execution to the isolate command

Changed

  • isolate hook warning message to use gps book's hooks chapter url

6.0.0

21 Jul 15:42
6.0.0
7b0513a
Compare
Choose a tag to compare

Added

  • the upstream-patches plumbing command
  • the fetch command to fetch changes & display upstream patches
  • config option to control fetch disiplaying upstream patches

Changed

  • the pull command to use new fetch command, in turn displaying upstream patches
  • output of pull command to clearly show commands and their output
  • integrate's isolate verification to run after all other verifications
  • updated integration confirmation prompt to reflect the shortened answer

5.4.0

05 Jul 19:47
5.4.0
fdbc92d
Compare
Choose a tag to compare

Added

  • pulling after integrating with user configuration
  • configuration option to pull after integration

5.3.1

01 Jul 04:55
5.3.1
725fcd8
Compare
Choose a tag to compare

Fixed

  • requested review patch status not updating on sync

5.3.0

23 Jun 22:07
5.3.0
7fb61f4
Compare
Choose a tag to compare

Changed

  • to using latest versions of dependencies

Fixed

  • gps int would sometimes collapse away integrated patches (#78)

5.2.1

20 Jun 02:26
5.2.1
7e79f5b
Compare
Choose a tag to compare

Added

  • man page for the gps-add command

Fixed

  • denial of service vulnerability in regex dependency
  • vulnerable dependency, nix via home-dir
  • gps int exiting with ShowFailed(ExitSignal(13)) for large patches

5.2.0

20 Jun 02:25
5.2.0
6a4a7b5
Compare
Choose a tag to compare

Added

  • new release check to the pull command

Removed

  • new release check from the list command