Skip to content

Commit f2ac82c

Browse files
authored
Release v0.1.0-beta1 (#125)
1 parent 5e7a823 commit f2ac82c

11 files changed

+27
-30
lines changed

.changes/unreleased/Added-20240527-202119.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20240527-211704.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240527-202155.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240527-202308.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240527-211604.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Changed-20240527-220542.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20240528-052729.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240527-203929.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20240528-053746.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.1.0-beta1.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v0.1.0-beta1 - 2024-05-28
2+
### Added
3+
- Add `gs rebase continue` (alias `gs rbc`) and `gs rebase abort` (alias `gs rba`) to continue git-spice operations interrupted by rebase conflicts.
4+
- Add 'upstack onto' command to move a branch and its upstack onto a new base. This was previously the behavior of 'branch onto'.
5+
### Changed
6+
- branch {edit, onto}: Support continuing the operation after resolving conflicts with `gs rebase continue`.
7+
- {branch, upstack, stack} restack: Support continuing the operation after resolving conflicts with `gs rebase continue`.
8+
- (*Breaking*) branch onto: Extract only the commits of the target branch onto the new base. The upstack will be rebased to point to its base. Use 'upstack onto' to graft the entire upstack onto the new base.
9+
- (*Breaking*) branch delete: Remove commits of the deleted branch from the stack. If you want to keep them around, untrack the branch instead.
10+
- branch delete: In the selection prompt for deleting a branch, default to the current branch.
11+
### Fixed
12+
- Reduce boilerplate in rebase error messages.
13+
- branch delete: Don't report an empty hash for untracked branches.

0 commit comments

Comments
 (0)