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
Copy file name to clipboardExpand all lines: gix-dir/CHANGELOG.md
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,38 @@ 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
+
### Bug Fixes
11
+
12
+
- <csr-id-7f2f3ff8adbecd631c2b4513995d6c94b21742eb/> assure worktree-roots aren't pruned with pathspecs that are never meant for them.
13
+
Previously, when pathspecs were defined, the classification of the worktree-root
14
+
would also be using them. This means that depending on the pathspec, worktree-roots would
15
+
be pruned, which in turn makes it impossible to recurse into them.
16
+
17
+
Now pathspecs are disabled when classifying the worktree-root directory.
18
+
19
+
### Commit Statistics
20
+
21
+
<csr-read-only-do-not-edit/>
22
+
23
+
- 3 commits contributed to the release over the course of 4 calendar days.
24
+
- 5 days passed between releases.
25
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
26
+
- 0 issues like '(#ID)' were seen in commit messages
27
+
28
+
### Commit Details
29
+
30
+
<csr-read-only-do-not-edit/>
31
+
32
+
<details><summary>view details</summary>
33
+
34
+
***Uncategorized**
35
+
- Assure worktree-roots aren't pruned with pathspecs that are never meant for them. ([`7f2f3ff`](https://github.com/Byron/gitoxide/commit/7f2f3ff8adbecd631c2b4513995d6c94b21742eb))
36
+
- Merge pull request #1345 from EliahKagan/shell-scripts ([`fe24c89`](https://github.com/Byron/gitoxide/commit/fe24c89e326670deaa3aaa643276d612d866072e))
37
+
- Add missing +x bit on scripts that are run and not sourced ([`41bf65a`](https://github.com/Byron/gitoxide/commit/41bf65adef6f7d2cdd28fede262173ec7ba10822))
38
+
</details>
39
+
8
40
## 0.4.0 (2024-04-13)
9
41
10
42
A maintenance release without user-facing changes.
@@ -13,7 +45,7 @@ A maintenance release without user-facing changes.
13
45
14
46
<csr-read-only-do-not-edit/>
15
47
16
-
-5 commits contributed to the release over the course of 10 calendar days.
48
+
-6 commits contributed to the release over the course of 10 calendar days.
17
49
- 26 days passed between releases.
18
50
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
51
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +57,7 @@ A maintenance release without user-facing changes.
Copy file name to clipboardExpand all lines: gix-index/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 4 calendar days.
17
+
- 5 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))
30
+
</details>
31
+
8
32
## 0.32.0 (2024-04-13)
9
33
10
34
### New Features (BREAKING)
@@ -18,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
42
19
43
<csr-read-only-do-not-edit/>
20
44
21
-
-5 commits contributed to the release over the course of 9 calendar days.
45
+
-6 commits contributed to the release over the course of 9 calendar days.
22
46
- 26 days passed between releases.
23
47
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
24
48
- 1 unique issue was worked on: [#1330](https://github.com/Byron/gitoxide/issues/1330)
@@ -32,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: gix-pathspec/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 4 calendar days.
17
+
- 5 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))
30
+
</details>
31
+
8
32
## 0.7.3 (2024-04-13)
9
33
10
34
A maintenance release without user-facing changes.
@@ -13,7 +37,7 @@ A maintenance release without user-facing changes.
13
37
14
38
<csr-read-only-do-not-edit/>
15
39
16
-
-3 commits contributed to the release over the course of 2 calendar days.
40
+
-4 commits contributed to the release over the course of 2 calendar days.
17
41
- 26 days passed between releases.
18
42
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
43
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +49,7 @@ A maintenance release without user-facing changes.
Copy file name to clipboardExpand all lines: gix-worktree/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 4 calendar days.
17
+
- 5 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))
30
+
</details>
31
+
8
32
## 0.33.0 (2024-04-13)
9
33
10
34
A maintenance release without user-facing changes.
@@ -13,7 +37,7 @@ A maintenance release without user-facing changes.
13
37
14
38
<csr-read-only-do-not-edit/>
15
39
16
-
-4 commits contributed to the release over the course of 9 calendar days.
40
+
-5 commits contributed to the release over the course of 9 calendar days.
17
41
- 29 days passed between releases.
18
42
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
43
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +49,7 @@ A maintenance release without user-facing changes.
- Make it easier to discover `is_path_excluded()` in documentation ([`c136329`](https://github.com/Byron/gitoxide/commit/c13632959e287f31a00c1ba8fc6e97470f0cd734))
0 commit comments