You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Merge pull request from GHSA-7w47-3wg8-547c ([`79dce79`](https://github.com/Byron/gitoxide/commit/79dce79c62f6072aa2653780d590dc3993dfa401))
63
+
- Checkout respects options for `core.protectHFS` and `core.protectNTFS`. ([`886d6b5`](https://github.com/Byron/gitoxide/commit/886d6b58e4612ac21cc660ea4ddf1dd0b49d1c6e))
64
+
- Mark safety-related core-flags as planned ([`f3d5a69`](https://github.com/Byron/gitoxide/commit/f3d5a69bbe0ad14502ce617dc580cc2aa481bb0a))
- More robustness in the face of a trampling-herd of threads loading a single index. ([`addf446`](https://github.com/Byron/gitoxide/commit/addf446f052ff74edcdb083f2b2968b313daa940))
- More robustness in the face of a trampling-herd of threads loading a single index. ([`addf446`](https://github.com/Byron/gitoxide/commit/addf446f052ff74edcdb083f2b2968b313daa940))
58
+
</details>
59
+
8
60
## 0.37.0 (2024-04-13)
9
61
10
62
### New Features
@@ -40,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
92
41
93
<csr-read-only-do-not-edit/>
42
94
43
-
-25 commits contributed to the release over the course of 34 calendar days.
95
+
-26 commits contributed to the release over the course of 34 calendar days.
44
96
- 47 days passed between releases.
45
97
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
46
98
- 1 unique issue was worked on: [#1330](https://github.com/Byron/gitoxide/issues/1330)
@@ -54,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow parsing signatures with trailing numbers in offset ([`741e373`](https://github.com/Byron/gitoxide/commit/741e3739ebd4bf48c3ef94b87ccce7602cb7cc2f))
Copy file name to clipboardExpand all lines: gix-command/CHANGELOG.md
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## Unreleased
9
+
10
+
A maintenance release without user-facing changes.
11
+
12
+
### Commit Statistics
13
+
14
+
<csr-read-only-do-not-edit/>
15
+
16
+
- 2 commits contributed to the release over the course of 38 calendar days.
17
+
- 68 days passed between releases.
18
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
+
- 0 issues like '(#ID)' were seen in commit messages
20
+
21
+
### Commit Details
22
+
23
+
<csr-read-only-do-not-edit/>
24
+
25
+
<details><summary>view details</summary>
26
+
27
+
***Uncategorized**
28
+
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
29
+
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
0 commit comments