| 294 | } |
| 295 | |
| 296 | bool Repository::fileHasUncommittedChanges(const std::string& relativePath) |
| 297 | { |
| 298 | return (getFileStatus(relativePath) & GIT_STATUS_WT_MODIFIED) != 0; |
| 299 | } |
| 300 | |
| 301 | Index::Ptr Repository::getIndex() |
| 302 | { |
no outgoing calls
no test coverage detected