Skip to content

Commit fb90fe0

Browse files
committed
Updates for v2.3.1
1 parent 7e7ecc8 commit fb90fe0

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

content/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ StGit is licensed under the GNU General Public License, version 2.
3535

3636
## News
3737

38-
### 2023-05-25: [Stgit v2.3.0][v2.3.0] has been released.
38+
### 2023-07-25: [StGit v2.3.1][v2.3.1] has been released.
39+
40+
This release contains a few minor bug fixes and updated dependencies.
41+
42+
### 2023-05-25: [StGit v2.3.0][v2.3.0] has been released.
3943

4044
The headline feature for this release is prebuilt StGit packages for
4145
various platforms. Unofficial deb and rpm packages containing a
@@ -240,6 +244,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
240244

241245
[stgit-at-work2]: https://soap.coffee/~lthms/opinions/StackedGit2.html
242246
[stgit-at-work]: https://soap.coffee/~lthms/opinions/StackedGit.html
247+
[v2.3.1]: https://github.com/stacked-git/stgit/releases/tag/v2.3.1
243248
[v2.3.0]: https://github.com/stacked-git/stgit/releases/tag/v2.3.0
244249
[v2.2.4]: https://github.com/stacked-git/stgit/releases/tag/v2.2.4
245250
[v2.2.3]: https://github.com/stacked-git/stgit/releases/tag/v2.2.3

content/changelog/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ title = 'StGit Changelog'
44

55
# Changelog
66

7+
## [2.3.1] 2023-07-25
8+
9+
### Fixed
10+
- fix(zsh): typo in completion help for stg commit --all
11+
- fix: use canonical Message-ID spelling
12+
- fix(stgit.el): recognize new empty patch marker
13+
- fix(import): Keep first line break in body
14+
15+
### Changed
16+
- update dependencies
17+
18+
719
## [2.3.0] 2023-05-25
820

921
### Removed

content/man/stg-email.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ multiple times.
215215
--thread[=<style>]::
216216
Controls addition of `In-Reply-To` and `References` headers to make the
217217
second and subsequent mails appear as replies to the first. Also controls
218-
generation of the `Message-Id` header to reference.
218+
generation of the `Message-ID` header to reference.
219219
+
220220
The optional <style> argument can be either `shallow` or `deep`. `shallow`
221221
threading makes every mail a reply to the head of the series, where the head is
@@ -333,7 +333,7 @@ This option may be specified multiple times.
333333
334334
--in-reply-to=<id>::
335335
Make the first mail (or all the mails with '--no-thread') appear as a reply
336-
to the given Message-Id, which avoids breaking threads to provide a new
336+
to the given Message-ID, which avoids breaking threads to provide a new
337337
patch series. The second and subsequent emails will be sent as replies
338338
according to the '--[no-]chain-reply-to' setting.
339339
+

content/man/stg-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ OPTIONS
101101
Do not remove "\r" from email lines ending with "\r\n"
102102

103103
--message-id::
104-
Create Message-Id trailer in patch description based on the Message-ID
104+
Create Message-ID trailer in patch description based on the Message-ID
105105
email header. This option is applicable when importing with '--mail' or
106106
'--mbox'. This behavior may also be enabled via the
107107
"stgit.import.message-id" configuration option.

content/man/stg.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ N.B. Set 'commit.gpgsign' to determine whether patch commits themselves are GPG
306306
See linkgit:git-config[1] for more information about 'commit.gpgsign'.
307307
308308
stgit.import.message-id::
309-
When set to 'true', create 'Message-Id:' trailer in the patch description of patches
309+
When set to 'true', create 'Message-ID:' trailer in the patch description of patches
310310
imported from email using linkstg:import[].
311311
312312
stgit.keepoptimized::

0 commit comments

Comments
 (0)