Skip to content

Commit 7b151f4

Browse files
Frederic HeitzmannEric Wong
authored andcommitted
completion: add --interactive option to git svn dcommit
see afd7f1e for more details on git svn dcommit --interactive Signed-off-by: Frederic Heitzmann <frederic.heitzmann@gmail.com> Acked-by: Eric Wong <normalperson@yhbt.net>
1 parent b3a769d commit 7b151f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,7 @@ _git_svn ()
25122512
__gitcomp "
25132513
--merge --strategy= --verbose --dry-run
25142514
--fetch-all --no-rebase --commit-url
2515-
--revision $cmt_opts $fc_opts
2515+
--revision --interactive $cmt_opts $fc_opts
25162516
"
25172517
;;
25182518
set-tree,--*)

0 commit comments

Comments
 (0)