| 162 | } |
| 163 | |
| 164 | bool GitClientPrivate::canShow(const QString &commitId) |
| 165 | { |
| 166 | return !commitId.startsWith('^') && commitId.count('0') != commitId.size(); |
| 167 | } |
| 168 | |
| 169 | void GitClientPrivate::show(const QString &workspace, const QString &commitId) |
| 170 | { |
no test coverage detected