MCPcopy Create free account
hub / github.com/Murmele/Gittyup / message

Method message

src/git/Repository.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183QString Repository::message() const {
184 git_buf buf = GIT_BUF_INIT;
185 git_repository_message(&buf, d->repo);
186 return QString::fromUtf8(buf.ptr, buf.size);
187}
188
189// Config file used for git specific configs
190// config file in <Repository>/.git/config

Callers 1

rebaseContinueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected