diff options
author | Frederic Heitzmann <frederic.heitzmann@gmail.com> | 2011-11-03 19:33:30 +0100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2012-02-21 21:37:31 +0000 |
commit | 7b151f492d4453a9269a74b4d5b6f3ec1a6681e4 (patch) | |
tree | 1fecbf2412f3b9e598c0061a177743f38a39cda2 /contrib/completion | |
parent | Update draft release notes to 1.7.10 (diff) | |
download | tgif-7b151f492d4453a9269a74b4d5b6f3ec1a6681e4.tar.xz |
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>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1505cff12d..64be572eed 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -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,--*) |