MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / blameFile

Method blameFile

src/plugins/git/client/gitclient.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void GitClientPrivate::blameFile(const QString &workspace, const QString &filePath)
139{
140 auto cmd = readyWork(GitBlame, workspace, filePath);
141 QStringList arguments = { "blame", "--root",
142 "--date=short", "-w",
143 "--", filePath };
144
145 cmd->addJob(GitBinaryPath, arguments);
146 cmd->start();
147}
148
149void GitClientPrivate::gitDiff(const QString &workspace, const QString &filePath, bool isProject)
150{

Callers 1

actionHandlerMethod · 0.80

Calls 2

addJobMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected