v0.43.0
Other
-
Add missing command docs + small style fixups
Changes that affect the help/usage text shown at runtime:-
Add descriptions for a few
gix
commands that didn't have it:
gix is-clean
,gix is-changed
, andgix env
. -
Add a description of the debug-only
ein panic
command. -
Small spacing and capitalization improvements for consistency.
-
Add a line break in a
///
block for brevity of the top line.
Changes to code style that do not affect what is shown at runtime:
-
Add
.
at the end of some///
first lines. (This doesn't
affect runtime behavior becauseclap
normalizes this away.) -
Put
///
above all#[...]
in a few places where it wasn't. -
Adjust comment wrapping in a couple of places for clarity.
-
Commit Statistics
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages