diff options
author | Orgad Shaneh <[email protected]> | 2012-07-19 23:02:37 +0300 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2012-07-26 20:57:45 +0200 |
commit | 12a99d476c8403d52e69aec274eb5d3e8a0fbd62 (patch) | |
tree | 2dc68e67829987568115fc4ba30f0d91efb83110 /src/plugins/git/gitclient.h | |
parent | 16a813694fec48d15de7d98b4c3428817d8e009d (diff) |
Git: Do not display invalid commit as blame candidate
Change-Id: Ia08775b2e4364f405d223a9b49971ae70c04965a
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 815fa5ff337..616f41cb3ab 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -220,6 +220,8 @@ public: QProcessEnvironment processEnvironment() const; + bool isValidRevision(const QString &revision) const; + static QString msgNoChangedFiles(); static const char *noColorOption; |