New Features
- add first 'debug' version of
gix log
It's primarily meant to better understandgix blame
. - add
--tree-favor
togix merge tree|commit
.
With it one can decide which side to favor in case of
irreconcilable tree-conflicts.
Bug Fixes
- properly indicate the end of interaction
New Features (BREAKING)
-
move all possible code from
gix
togix-protocol
.
For now, just move the code down and immediately re-integrate ingix
to be able to use its tests to validate it.This is a breaking change as some types move and change the layout.
Commit Statistics
- 27 commits contributed to the release over the course of 28 calendar days.
- 28 days passed between releases.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release gix-date v0.9.3, gix-object v0.46.1, gix-command v0.4.0, gix-filter v0.16.0, gix-fs v0.12.1, gix-traverse v0.43.1, gix-worktree-stream v0.18.0, gix-archive v0.18.0, gix-ref v0.49.1, gix-prompt v0.9.0, gix-url v0.28.2, gix-credentials v0.26.0, gix-diff v0.49.0, gix-dir v0.11.0, gix-revision v0.31.1, gix-merge v0.2.0, gix-pack v0.56.0, gix-odb v0.66.0, gix-shallow v0.1.0, gix-packetline v0.18.2, gix-transport v0.44.0, gix-protocol v0.47.0, gix-status v0.16.0, gix-worktree-state v0.16.0, gix v0.69.0, gitoxide-core v0.44.0, gitoxide v0.40.0, safety bump 16 crates (c1ba571)
- Update changelogs prior to release (7ea8582)
- Merge pull request #1734 from EliahKagan/nonfiles (ad6b9b6)
- Reword "non-files" in documentation comments (154b21f)
- Adapt to changes in
gix-dir
(329a734) - Merge pull request #1643 from cruessler/add-gix-log (29cb775)
- Trim
gix log
to be mergeable. (162887e) - Add first 'debug' version of
gix log
(c7e04e9) - Merge pull request #1731 from GitoxideLabs/fix-pack-receive (ca54b8c)
- Assure we don't try to not have wants in pack-receive (377ca46)
- Adapt to changes in
gix-protocol
(41b6571) - Properly indicate the end of interaction (42cdc3f)
- Merge pull request #1730 from GitoxideLabs/fix-1729 (6822689)
- Adapt to changes in
gix-dir
(a7c4100) - Merge pull request #1727 from GitoxideLabs/dirwalk-ignore-non-regulars (69ee6a3)
- Adapt to changes in
gix-dir
(a49c960) - Merge pull request #1726 from GitoxideLabs/radicle-tuning (a542775)
- Adapt to changes in
gix-protocol
(25b8480) - Merge pull request #1634 from GitoxideLabs/remove-delegates (ddeb97f)
- Adapt to changes in
gix
andgix-protocol
(fcb21a4) - Move all possible code from
gix
togix-protocol
. (e59fc09) - Merge pull request #1705 from GitoxideLabs/merge (520c832)
- Adapt to changes in
gix-diff
(960773e) - Adapt to changes in
gix
(9896d5d) - Add
--tree-favor
togix merge tree|commit
. (471e046) - Adapt to changes in
gix-merge
(3228de6) - Merge pull request #1701 from GitoxideLabs/release (e8b3b41)