File tree Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ bzip2-rs crate which allows for static linking when not using the
62
62
63
63
This release also contains a few more bugfixes to ` stg import ` .
64
64
65
+ [ v2.3.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.2
66
+ [ v2.3.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.1
67
+ [ v2.3.0 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.0
68
+
69
+ {{< details "More StGit News..." >}}
65
70
### 2023-05-15: [ StGit v2.2.4] [ v2.2.4 ] has been released.
66
71
67
72
StGit regained the ability to upgrade from stacks created by very old
@@ -249,9 +254,6 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
249
254
250
255
[ stgit-at-work2 ] : https://soap.coffee/~lthms/opinions/StackedGit2.html
251
256
[ stgit-at-work ] : https://soap.coffee/~lthms/opinions/StackedGit.html
252
- [ v2.3.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.2
253
- [ v2.3.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.1
254
- [ v2.3.0 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.0
255
257
[ v2.2.4 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.4
256
258
[ v2.2.3 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.3
257
259
[ v2.2.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.2
@@ -267,6 +269,8 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
267
269
[ libgit2 ] : https://libgit2.org/
268
270
[ gitoxide ] : https://github.com/Byron/gitoxide
269
271
272
+ {{< /details >}}
273
+
270
274
## Why Stacked Git?
271
275
272
276
The * stack of patches* model is a natural way to maintain a clean Git
Original file line number Diff line number Diff line change
1
+ < details >
2
+ < summary > {{ (.Get 0) | markdownify }}</ summary >
3
+ {{ .Inner | markdownify }}
4
+ </ details >
Original file line number Diff line number Diff line change @@ -123,13 +123,22 @@ h2 { font-size: var(--s3); }
123
123
h3 { font-size : var (--s2 ); }
124
124
h4 { font-size : var (--s1 ); }
125
125
126
- main > h2 {
126
+ main > details > summary {
127
+ font-size : var (--s2 );
128
+ color : var (--color-link );
129
+ }
130
+
131
+ main > details > summary ::marker {
132
+ color : var (--color-darkish );
133
+ }
134
+
135
+ main h2 {
127
136
background : var (--color-lightish );
128
137
padding-top : 0.5em ;
129
138
padding-bottom : 0.25em ;
130
139
padding-left : 0.25em ;
131
140
}
132
- main > h3 {
141
+ main h3 {
133
142
text-decoration : underline;
134
143
}
135
144
@@ -138,8 +147,8 @@ aside > ol,
138
147
aside > ul ,
139
148
blockquote > ol ,
140
149
blockquote > ul ,
141
- main > ol ,
142
- main > ul {
150
+ main ol ,
151
+ main ul {
143
152
padding-left : 2em ;
144
153
}
145
154
@@ -148,7 +157,7 @@ ul > li > ul {
148
157
padding-left : 2em ;
149
158
}
150
159
151
- main > * + * {
160
+ main * + * {
152
161
margin-top : var (--s3 );
153
162
}
154
163
You can’t perform that action at this time.
0 commit comments