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
It's similar to `git rev-parse --symbolic-full-name`.
14
+
15
+
### Bug Fixes
16
+
17
+
- <csr-id-0bc95684c32a053de22c06e6e45c8de5704fd8fb/> leave extensions in place if they are not `.git` when using `gix clone <url>`.
18
+
Previously it would happily remove e.g. a `.net` extension, even though it's part of the
19
+
repository name.
20
+
21
+
Further, when cloning with `--bare`, don't strip the extension at all as it's common
22
+
to keep the `.git` extension in this case.
23
+
- <csr-id-f1b33ba7518881adfe31a03c366000e1a6e0d7d4/> `ein t organize` can now handles repository moves from `./repo-name` to `./repo-name/actual-repo-name`.
24
+
Previously such renames would fail as a directory can't be moved into a sub-directory of itself.
25
+
26
+
### Commit Statistics
27
+
28
+
<csr-read-only-do-not-edit/>
29
+
30
+
- 13 commits contributed to the release over the course of 21 calendar days.
31
+
- 22 days passed between releases.
32
+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
33
+
- 2 unique issues were worked on: [#1172](https://github.com/Byron/gitoxide/issues/1172), [#1177](https://github.com/Byron/gitoxide/issues/1177)
-`ein t organize` can now handles repository moves from `./repo-name` to `./repo-name/actual-repo-name`. ([`f1b33ba`](https://github.com/Byron/gitoxide/commit/f1b33ba7518881adfe31a03c366000e1a6e0d7d4))
- Leave extensions in place if they are not `.git` when using `gix clone <url>`. ([`0bc9568`](https://github.com/Byron/gitoxide/commit/0bc95684c32a053de22c06e6e45c8de5704fd8fb))
- Allow organize to move repositories into a child directory of their current location ([`15193a7`](https://github.com/Byron/gitoxide/commit/15193a7a96a19665fc14237842918f4198637f8a))
- Let's have the latest versions of fuzzers automatically ([`5828f37`](https://github.com/Byron/gitoxide/commit/5828f3796031de8d9f50bd6536697754da0b3d8c))
- More correct initialization order for new attribute search outcomes. ([`7d754cc`](https://github.com/Byron/gitoxide/commit/7d754cc7600a15acc5421206eb8d90dea432b283))
0 commit comments