diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 12:03:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-12 12:03:24 +0000 |
commit | db201c7e8329ebc584fbebcc18f5b64825f6d023 (patch) | |
tree | eed388903a58a2988bdf587ee7c7622d167226f7 /pre_commit/main.py | |
parent | Adding upstream version 2.13.0. (diff) | |
download | pre-commit-db201c7e8329ebc584fbebcc18f5b64825f6d023.tar.xz pre-commit-db201c7e8329ebc584fbebcc18f5b64825f6d023.zip |
Adding upstream version 2.14.0.upstream/2.14.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pre_commit/main.py')
-rw-r--r-- | pre_commit/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pre_commit/main.py b/pre_commit/main.py index c66cfb9..ad3d873 100644 --- a/pre_commit/main.py +++ b/pre_commit/main.py @@ -100,6 +100,9 @@ def _add_run_options(parser: argparse.ArgumentParser) -> None: '--remote-branch', help='Remote branch ref used by `git push`.', ) parser.add_argument( + '--local-branch', help='Local branch ref used by `git push`.', + ) + parser.add_argument( '--from-ref', '--source', '-s', help=( '(for usage with `--from-ref`) -- this option represents the ' |