Skip to content

Releases: drewdeponte/git-ps-rs

6.6.0

22 Mar 16:14
6.6.0
4d50d07
Compare
Choose a tag to compare

Added

  • branch.push_to_remote configuration option
  • isolation verification to the branch command
  • push to remote feature to branch command
  • branch name generation to the gps branch command

Changed

  • isolate command to support patch or patch series

6.5.0

09 Mar 21:52
6.5.0
3e3a1e5
Compare
Choose a tag to compare

Changed

  • branch command to forcibly create branches

6.4.0

12 Jan 16:45
6.4.0
735ef8c
Compare
Choose a tag to compare

Added

  • gps batch-request-review command
  • --no-edit option to the gps a command
  • option to reverse patch stack order
  • optional extra info hook execution to the list command

Fixed

  • bug where add_ps_id() was incorrectly rebasing patches on top of updated stack bases (e.g. origin/main)

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