aboutsummaryrefslogtreecommitdiffstats
path: root/git_deps/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_deps/cli.py')
-rwxr-xr-xgit_deps/cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_deps/cli.py b/git_deps/cli.py
index 34a45e1..701b004 100755
--- a/git_deps/cli.py
+++ b/git_deps/cli.py
@@ -75,6 +75,8 @@ def parse_args():
'[%(default)s]')
parser.add_argument('-d', '--debug', dest='debug', action='store_true',
help='Show debugging')
+ parser.add_argument('--pygit2-blame', dest='pygit2_blame', action='store_true',
+ help="Use pygit2's blame algorithm (slower than git's)")
options, args = parser.parse_known_args()