| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add --no-show-signature flag to git log and show commands to prevent GPG signature output from interfering with parsing. This fixes issues when users have log.showSignature enabled in their git config. Fixes sindrets#537
| Back | FazBrowse Home | New Git URL |
The presence of gpg signatures (if log.showsignature=true in git config) within the commit messages screws up parsing in certain situations. Hence, disable them for git log outputs.
Fixes #537