diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 10:23:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-22 10:23:02 +0200 |
commit | 9a0e7169de2d1f98d88d6697b909d3e461f0a82f (patch) | |
tree | 2dedef2a4d2437d33b8351ddd78fbfb294c11531 | |
parent | 595dbcaa7fdbc508f2f9c3156ce8fa31333ba6ee (diff) |
Sketch
-rw-r--r-- | brep/submit/submit-git.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/brep/submit/submit-git.in b/brep/submit/submit-git.in index 9c1a7e9..839771a 100644 --- a/brep/submit/submit-git.in +++ b/brep/submit/submit-git.in @@ -147,7 +147,19 @@ # control/ cloned by the handler # result.manifest saved by brep # -usage="usage: $0 <tgt-repo> [<ref-repo>] <dir>" +# Options: +# +# --committer-name <name> +# +# Name to use for the target repository commits. "Submission Handler" if +# unspecified. +# +# --committer-email <email> +# +# Email to use for the target repository commits. noreply@example.com if +# unspecified. +# +usage="usage: $0 [<options>] <tgt-repo> [<ref-repo>] <dir>" # Diagnostics. # |