| 238 | } |
| 239 | |
| 240 | bool GitClient::setupInstantBlame(const QString &filePath) |
| 241 | { |
| 242 | if (filePath.isEmpty()) |
| 243 | return false; |
| 244 | |
| 245 | return checkRepositoryExist(filePath); |
| 246 | } |
| 247 | |
| 248 | void GitClient::clearInstantBlame() |
| 249 | { |
no test coverage detected