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
Currently when doing a Gitex.get of a OpenPGP-sign commit I get something like that:
%{ "": ["-----END PGP SIGNATURE-----", "=NkYq", "jiocYAK29QE238G1TdRY8jxNhe8GYgQ=", "7ljWAP9QiWfmfLRVOvhueZZ9BBInMaer2d2JklqLT4lQ+5O6agEA//aWnQZ+wMbq", "iHUEABYKAB0WIQT4W9xj/ZtK9Ev2uBLVt6jkPJl97gUCW1ymgQAKCRDVt6jkPJl9", ""], author: %{ email: "contact@hacktivis.me", local_time: {{2018, 7, 28}, {19, 23, 13}}, name: "Haelwenn (lanodan) Monnier", utc_time: {{2018, 7, 28}, {17, 23, 13}} }, committer: %{ email: "contact@hacktivis.me", local_time: {{2018, 7, 28}, {19, 23, 13}}, name: "Haelwenn (lanodan) Monnier", utc_time: {{2018, 7, 28}, {17, 23, 13}} }, gpgsig: "-----BEGIN PGP SIGNATURE-----", hash: "bfdb74e538359865ab7a4844d8c9620024a31d7e", message: "Initial Commit\n", tree: "6675fd65e791c4ac7d4eb5682e63d0d159e95886" }
I expect to either not have the gpgsig or have the empty string keyword to be appended to gpgsig.
gpgsig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently when doing a Gitex.get of a OpenPGP-sign commit I get something like that:
I expect to either not have the
gpgsig
or have the empty string keyword to be appended togpgsig
.The text was updated successfully, but these errors were encountered: