Releases: jplsek/git-mob-rs
Releases · jplsek/git-mob-rs
v0.5.0
- Add
git-mob-print -i
- Add
GITMOB_COAUTHORS_PATH
environment variable
- Slightly nicer error messages for certain situations
v0.4.0
- Switch from
git2
to gix
for interacting with git
- This should allow mac users to not deal with switching ssl/tls implementations
v0.3.0
- Add
git mob-print
- Able to
git add-coauthor
without an existing git-coauthors file.
v0.2.0
- Add
--list
option to git mob
- Add
git add-coauthor
- Add
git edit-coauthor
- Add
git delete-coauthor
v0.1.2
- Fix issue when cloning/creating a fresh repo
v0.1.1
- Use a more descriptive error message if running outside of git repo
- Use git config local to git repo instead of just the global config
- Allow running within subfolders of git repo
v0.1.0
Initial Release
If using the artifacts below, for Mac and Linux users, make sure to "chmod +x" after extracting. For Linux users, this was built using Ubuntu and may not work for your distribution if they use a different version of glibc. Instead, see the readme for other methods of installing.