diff options
| author | Andre Hartmann <[email protected]> | 2018-11-21 15:41:35 +0100 |
|---|---|---|
| committer | André Hartmann <[email protected]> | 2018-11-25 14:19:30 +0000 |
| commit | e65131ac1126fc938238f1a0c0c4939d7fbdd4bb (patch) | |
| tree | 8512050d0778558ca7b5e38201a2946176bfd6d5 /src/plugins/git/gitplugin.cpp | |
| parent | 17f169c291b245bec28fac18a84cff22a59452c2 (diff) | |
Git: add svn dcommit
It's the counterpart to git push when working with
SVN remotes and git-svn.
Change-Id: I02257ea921fdcdedec294b28e8756ed88fb764b3
Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
| -rw-r--r-- | src/plugins/git/gitplugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 8d2c54df9ef..eee8f57c147 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -570,6 +570,9 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage) createRepositoryAction(subversionMenu, tr("Fetch"), "Git.Subversion.Fetch", context, false, &GitClient::synchronousSubversionFetch); + createRepositoryAction(subversionMenu, tr("DCommit"), "Git.Subversion.DCommit", + context, false, &GitClient::subversionDeltaCommit); + // -------------- remoteRepositoryMenu->addSeparator(context); |
