Skip to content

Commit

Permalink
completion: add --interactive option to git svn dcommit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frederic Heitzmann authored and Eric Wong committed Feb 21, 2012
1 parent b3a769d commit 7b151f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ _git_svn ()
__gitcomp "
--merge --strategy= --verbose --dry-run
--fetch-all --no-rebase --commit-url
--revision $cmt_opts $fc_opts
--revision --interactive $cmt_opts $fc_opts
"
;;
set-tree,--*)
Expand Down

0 comments on commit 7b151f4

Please sign in to comment.