New Features
- add
gix blame -L start,end
- add
gix env
to print paths relevant to the Git installation. - Document the remaining subcommands
- Add support for statistics and additional performance information.
- add
gix blame
to the CLI
That way it's possible to see theblame
result of any file in the
repository.
Commit Statistics
- 10 commits contributed to the release over the course of 26 calendar days.
- 27 days passed between releases.
- 5 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #1766 from cruessler/add-range-to-gix-blame (90fef01)
- Add
gix blame -L start,end
(4a78395) - Merge pull request #1758 from GitoxideLabs/git-shell (851a7c4)
- Merge pull request #1757 from lu-zero/document-subcommands (31d83a4)
- Add tailing
.
for consistency (ddddf02) - Add
gix env
to print paths relevant to the Git installation. (75d689f) - Document the remaining subcommands (278125a)
- Merge pull request #1453 from cruessler/gix-blame (6ed9976)
- Add support for statistics and additional performance information. (4ffe6eb)
- Add
gix blame
to the CLI (80e5804)