We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
man git-revise
git revise --help
tamird@Tamirs-MacBook-Pro dist % find $(brew --prefix git-revise)/ -type f /opt/homebrew/opt/git-revise//.brew/git-revise.rb /opt/homebrew/opt/git-revise//libexec/bin/git-revise /opt/homebrew/opt/git-revise//libexec/pyvenv.cfg /opt/homebrew/opt/git-revise//libexec/.gitignore /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/merge.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/odb.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/__init__.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/utils.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/tui.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/todo.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/gitrevise/__main__.py /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/INSTALLER /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/REQUESTED /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/LICENSE /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/entry_points.txt /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/top_level.txt /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/WHEEL /opt/homebrew/opt/git-revise//libexec/lib/python3.13/site-packages/git_revise-0.7.0.dist-info/METADATA /opt/homebrew/opt/git-revise//libexec/share/man/man1/git-revise.1 /opt/homebrew/opt/git-revise//LICENSE /opt/homebrew/opt/git-revise//sbom.spdx.json /opt/homebrew/opt/git-revise//INSTALL_RECEIPT.json /opt/homebrew/opt/git-revise//README.md
it seems that the man page is ending up in libexec rather than at the root, which prevents homebrew from doing the right thing.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
it seems that the man page is ending up in libexec rather than at the root, which prevents homebrew from doing the right thing.
The text was updated successfully, but these errors were encountered: