git-svn.perl: fix a false-positive in the "already exists" test
[gitweb.git] / contrib / completion / git-completion.bash
index d7367e9faa87482f638ae4e16df38aa1bb853c40..64be572eedf0c0178f32562756d195cc36fb3cbf 100755 (executable)
@@ -1137,7 +1137,7 @@ _git_branch ()
                __gitcomp "
                        --color --no-color --verbose --abbrev= --no-abbrev
                        --track --no-track --contains --merged --no-merged
-                       --set-upstream --edit-description
+                       --set-upstream --edit-description --list
                        "
                ;;
        *)
@@ -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,--*)