| 268 | } |
| 269 | |
| 270 | void GitPlugin::ctxPushStash() |
| 271 | { |
| 272 | VcsJob* job = gitStash(urlDir(m_urls), QStringList(), KDevelop::OutputJob::Verbose); |
| 273 | ICore::self()->runController()->registerJob(job); |
| 274 | } |
| 275 | |
| 276 | void GitPlugin::ctxPopStash() |
| 277 | { |
nothing calls this directly
no test coverage detected