MCPcopy Create free account
hub / github.com/KDE/kdevelop / gitRevParse

Method gitRevParse

plugins/git/gitplugin.cpp:1505–1512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503}
1504
1505DVcsJob* GitPlugin::gitRevParse(const QString &repository, const QStringList &args,
1506 KDevelop::OutputJob::OutputJobVerbosity verbosity)
1507{
1508 auto* job = new GitJob(QDir(repository), this, verbosity);
1509 *job << "git" << "rev-parse" << args;
1510
1511 return job;
1512}
1513
1514DVcsJob* GitPlugin::gitRevList(const QString& directory, const QStringList& args)
1515{

Callers 1

repoInitMethod · 0.80

Calls 1

QDirClass · 0.70

Tested by 1

repoInitMethod · 0.64