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/gitclient.h | |
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/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 2580a911cc2..103e2698247 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -263,6 +263,7 @@ public: // git svn support (asynchronous). void synchronousSubversionFetch(const QString &workingDirectory); void subversionLog(const QString &workingDirectory); + void subversionDeltaCommit(const QString &workingDirectory); void stashPop(const QString &workingDirectory, const QString &stash = QString()); void revert(const QStringList &files, bool revertStaging); |