-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of improvements #43
base: master
Are you sure you want to change the base?
Conversation
ceremcem
commented
Jan 7, 2021
- Added tests
- Added "stalled branch" detection
- Added "only submodules" filter
- Speedup
- Covered "Repo has no commits yet" state
Options can now be fed before or after target directory arguments. Any unrecognized arguments are reported instead of being silently ignored. Argument parsing block is now more compact.
Check on submodules
Support for git submodules would be awesome! Great work, hope it can be incorporated into mgitstatus. |
Git submodules is a must-have! Thanks for adding this support. However, I have 2 issues:
It worked great on Bash/Linux; I'm hoping this can be resolved and merged soon. Cheers! |
@braydentraas Does |
@ceremcem Yes it does, but now |
As I don't have Mac on hand, I'm not sure how to proceed here. Are you able to implement the necessary changes and test on Mac? (I even didn't know this repo has been supporting Mac) |
@ceremcem I've made a few changes and submitted a PR to your repo. Works for me now on MacOS/ZSH and Linux/Bash Thanks again! |
Any idea why this is not yet merged? |
Don't know. |
@ceremcem thank you for your updates! |