multi-git-status
multi-git-status copied to clipboard
Show uncommitted, untracked and unpushed changes for multiple Git repos
Fix man install path in makefile. It should be `$(PREFIX)/share/man/man1`, not `$(PREFIX)/man/man1`. Funny enough, that's my mistake when reviewing #41, I gave the wrong path in my comment :/
Just a small add-on, it shows the current branch for each repo. There's also a `--no-branch` option, which hides the current branch from output.
Even with depth set to 1. What flag should I try? What info should I provide here? Thanks Dani
* Added tests * Added "stalled branch" detection * Added "only submodules" filter * Speedup * Covered "Repo has no commits yet" state
Relates to #38. This PR removes the manpage that is now built from the Makefile. In addition, I've documented the pandoc dependency and added a clean rule that removes the...
To reproduce : * Create an empty git repository (`git init myemptyrepo`) * Run mgitstatus on repository * Bug : _"Uncommitted changes"_ reported `$ git status` >On branch master >...
Hi @fboender, First and foremost, thank you for mgitstatus. This tool saved me countless times from writing a quick and dirty for loop in bash, while having a nice output...
We've found it useful to combine a git branch --show-current in mgitstatus scan. option -b.
I have an (old) git repo that has a branch that is not in `.git/refs/heads` but in `.git/logs/refs/heads`. It shows up as a normal branch in `git branch` and also...
It would be nice if I could set a flag to report when a remote branch is ahead of remote master. This tells me when my release branches have a...