diff options
author | Orgad Shaneh <[email protected]> | 2013-06-16 20:15:55 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-07-08 13:21:47 +0200 |
commit | 2af4c05b8cb6d350c276af9e1d43900d89093aee (patch) | |
tree | 4315c88af29c9a104a782633636eb9297a33c11e /src/plugins/git/gitclient.h | |
parent | aad68917b92f1dee4f09c9c4b0d102f04558b39c (diff) |
Git: Use -x for cherry-pick
Change-Id: Iaa6bfdaa1307a3c7a73fd80fb0ffe3b80a01312d
Reviewed-by: Tobias Hunger <[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 a13d7fcd1a5..749b2ac038b 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -235,6 +235,7 @@ public: QString synchronousTopRevision(const QString &workingDirectory, QString *errorMessage = 0); void synchronousTagsForCommit(const QString &workingDirectory, const QString &revision, QByteArray &precedes, QByteArray &follows); + bool isRemoteCommit(const QString &workingDirectory, const QString &commit); bool cloneRepository(const QString &directory, const QByteArray &url); QString vcsGetRepositoryURL(const QString &directory); |