Skip to content

Commit f1c6080

Browse files
committed
Updates for v2.4.7
1 parent 73243df commit f1c6080

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

content/_index.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ StGit is licensed under the GNU General Public License, version 2.
3535

3636
## News
3737

38+
### 2024-05-05: [StGit v2.4.7][v2.4.7] has been released.
39+
3840
### 2024-04-07: [StGit v2.4.6][v2.4.6] has been released.
3941

4042
### 2024-02-18: [StGit v2.4.5][v2.4.5] has been released.
@@ -84,6 +86,7 @@ bzip2-rs crate which allows for static linking when not using the
8486

8587
This release also contains a few more bugfixes to `stg import`.
8688

89+
[v2.4.7]: https://github.com/stacked-git/stgit/releases/tag/v2.4.7
8790
[v2.4.6]: https://github.com/stacked-git/stgit/releases/tag/v2.4.6
8891
[v2.4.5]: https://github.com/stacked-git/stgit/releases/tag/v2.4.5
8992
[v2.4.4]: https://github.com/stacked-git/stgit/releases/tag/v2.4.4

content/changelog/_index.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ title = 'StGit Changelog'
44

55
# Changelog
66

7+
## 2.4.7 2024-05-05
8+
9+
### Fixed
10+
- docs(pop): clarify --spill behavior (#445)
11+
- fix(branch): disallow branch before subcommand (#447)
12+
13+
### Changed
14+
- refactor: get gix-command via gix with command feature
15+
- Update gix to version 0.62
16+
17+
718
## 2.4.6 2024-04-07
819

920
### Fixed

content/man/stg-pop.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A negative number indicates to pop all but that number of patches
4242

4343
-s::
4444
--spill::
45-
Keep patches' modifications in working tree after popping
45+
Keep patches' modifications in index and worktree after popping
4646

4747
-k::
4848
--keep::

0 commit comments

Comments
 (0)