We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddab1d3 commit efb5024Copy full SHA for efb5024
README.md
@@ -53,8 +53,7 @@ options:
53
--repo REPO Path to the git repository (default: current dir)
54
--verify VERIFY Verify the tree checksum from the input tag message
55
--sign SIGN Sign the input tag with the tree checksum
56
- --compat Produce 'git-evtag' upstream output
57
-
+ --compat Produce 'Git-EVTag-v0-SHA512' prefixed output
58
```
59
60
### Development
git_evtag_py.py
@@ -326,7 +326,7 @@ def main() -> None:
326
parser.add_argument(
327
"--compat",
328
action="store_true",
329
- help="Produce 'git-evtag' upstream output",
+ help="Produce 'Git-EVTag-v0-SHA512' prefixed output",
330
)
331
args = parser.parse_args()
332
0 commit comments