New Features
- Add
rev parse --reference
.
It's similar togit rev-parse --symbolic-full-name
.
Bug Fixes
-
leave extensions in place if they are not
.git
when usinggix clone <url>
.
Previously it would happily remove e.g. a.net
extension, even though it's part of the
repository name.Further, when cloning with
--bare
, don't strip the extension at all as it's common
to keep the.git
extension in this case. -
ein t organize
can now handles repository moves from./repo-name
to./repo-name/actual-repo-name
.
Previously such renames would fail as a directory can't be moved into a sub-directory of itself.
Commit Statistics
- 14 commits contributed to the release over the course of 21 calendar days.
- 22 days passed between releases.
- 3 commits were understood as conventional.
- 2 unique issues were worked on: #1172, #1177
Commit Details
view details
- #1172
ein t organize
can now handles repository moves from./repo-name
to./repo-name/actual-repo-name
. (f1b33ba)
- #1177
- Leave extensions in place if they are not
.git
when usinggix clone <url>
. (0bc9568)
- Leave extensions in place if they are not
- Uncategorized
- Prepare changelogs of next release (e78a92b)
- Merge branch 'maintenance' (4454c9d)
- Upgrade sysinfo (e06ab59)
- Merge branch 'tracking-branch' (0fe20e8)
- Add
rev parse --reference
. (193ffcd) - Merge branch 'main' into fix-1183 (1691ba6)
- Merge branch 'fix-1177' (401b73d)
- Merge branch 'organize-into-own-child' (84c998b)
- Allow organize to move repositories into a child directory of their current location (15193a7)
- Merge branch '32bit' (ff1542c)
- Upgrade all dependencies of
gitoxide-core
(c8f804c) - Update
prodash
to latest version (97f62cb)