Skip to content
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

Document all-branches mode #49

Open
iainelder opened this issue Mar 10, 2023 · 0 comments
Open

Document all-branches mode #49

iainelder opened this issue Mar 10, 2023 · 0 comments

Comments

@iainelder
Copy link

#45 introduced a new feature enabled by --all-branches.

I don't see it in the documentation yet. I had to experiment with it to figure out how it works.

Perhaps it would be useful to add simple usage examples or sample output to the README. At least least the --all-branches option should appear there.

$ git -C clustergit --no-pager log --branches --not --remotes --no-walk --decorate --oneline
b09d21c (HEAD -> master) Add pic
3210f8a (otherbranch) Add file
$ clustergit -d .
Scanning sub directories of ['.']
./clustergit                            : No Changes, Unpushed commits
Done
$ clustergit -d . --all-branches
Scanning sub directories of ['.']
./clustergit                            : No Changes, Unpushed commits, Unpushed commits on branches: [otherbranch]
Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant