|
SlHelpers
|
This is the complete list of members for SlGit::Repo, including all inherited members.
| blobCreateFromBuffer(const std::string &buf) const noexcept | SlGit::Repo | |
| blobCreateFromDisk(const std::filesystem::path &file) const noexcept | SlGit::Repo | |
| blobCreateFromWorkDir(const std::filesystem::path &file) const noexcept | SlGit::Repo | |
| blobLookup(const git_oid &oid) const noexcept | SlGit::Repo | |
| blobLookup(const TreeEntry &tentry) const noexcept | SlGit::Repo | |
| blobRevparseSingle(const std::string &rev) const noexcept | SlGit::Repo | |
| catFile(const std::string &branch, const std::string &file) const noexcept | SlGit::Repo | |
| checkout(const std::string &branch) const noexcept | SlGit::Repo | |
| checkout(const Reference &reference) const noexcept | SlGit::Repo | |
| checkoutTree(const Tree &tree, unsigned int strategy=GIT_CHECKOUT_SAFE) const noexcept | SlGit::Repo | |
| clone(const std::filesystem::path &path, const std::string &url, FetchCallbacks &fc, const std::string &branch="", const unsigned int &depth=0, bool tags=true) noexcept | SlGit::Repo | static |
| clone(const std::filesystem::path &path, const std::string &url, const std::string &branch="", const unsigned int &depth=0, bool tags=true) noexcept | SlGit::Repo | inlinestatic |
| commitCreate(const Signature &author, const Signature &committer, const std::string &msg, const Tree &tree, const std::vector< const Commit * > &parents={}) const noexcept | SlGit::Repo | |
| commitCreateCheckout(const Signature &author, const Signature &committer, const std::string &msg, const Tree &tree, unsigned int strategy=GIT_CHECKOUT_SAFE, const std::vector< const Commit * > &parents={}) const noexcept | SlGit::Repo | |
| commitHead() const noexcept | SlGit::Repo | |
| commitLookup(const git_oid &oid) const noexcept | SlGit::Repo | |
| commitRevparseSingle(const std::string &rev) const noexcept | SlGit::Repo | |
| Diff (defined in SlGit::Repo) | SlGit::Repo | friend |
| diff(const Commit &commit1, const Commit &commit2, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diff(const Tree &tree1, const Tree &tree2, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffCached(const Commit &commit, const Index &index, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffCached(const Tree &tree, const Index &index, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffCached(const Commit &commit, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffCached(const Tree &tree, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffWorkdir(const Index &index, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffWorkdir(const Commit &commit, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| diffWorkdir(const Tree &tree, const git_diff_options *opts=nullptr) const noexcept | SlGit::Repo | |
| Index (defined in SlGit::Repo) | SlGit::Repo | friend |
| index() const noexcept | SlGit::Repo | |
| init(const std::filesystem::path &path, bool bare=false, const std::string &originUrl="") noexcept | SlGit::Repo | static |
| lastClass() noexcept | SlGit::Repo | inlinestatic |
| lastErrno() noexcept | SlGit::Repo | inlinestatic |
| lastError() noexcept | SlGit::Repo | inlinestatic |
| open(const std::filesystem::path &path=".") noexcept | SlGit::Repo | static |
| operator GitTy *() const noexcept | SlGit::Repo | inline |
| path() const noexcept | SlGit::Repo | inline |
| PathSpec (defined in SlGit::Repo) | SlGit::Repo | friend |
| refCreateDirect(const std::string &name, const git_oid &oid, bool force=false) const noexcept | SlGit::Repo | |
| refCreateSymbolic(const std::string &name, const std::string &target, bool force=false) const noexcept | SlGit::Repo | |
| refDWIM(const std::string &name) const noexcept | SlGit::Repo | |
| refLookup(const std::string &name) const noexcept | SlGit::Repo | |
| Remote (defined in SlGit::Repo) | SlGit::Repo | friend |
| remoteCreate(const std::string &name, const std::string &url) const noexcept | SlGit::Repo | |
| remoteLookup(const std::string &name) const noexcept | SlGit::Repo | |
| Repo()=delete (defined in SlGit::Repo) | SlGit::Repo | |
| repo() const noexcept | SlGit::Repo | inline |
| revparseSingle(const std::string &rev) const noexcept | SlGit::Repo | |
| RevWalk (defined in SlGit::Repo) | SlGit::Repo | friend |
| revWalkCreate() const noexcept | SlGit::Repo | |
| Signature (defined in SlGit::Repo) | SlGit::Repo | friend |
| Tag (defined in SlGit::Repo) | SlGit::Repo | friend |
| tagCreate(const std::string &tagName, const Object &target, const Signature &tagger, const std::string &message, bool force=false) const noexcept | SlGit::Repo | |
| tagLookup(const git_oid &oid) const noexcept | SlGit::Repo | |
| tagLookup(const TreeEntry &tentry) const noexcept | SlGit::Repo | |
| tagRevparseSingle(const std::string &rev) const noexcept | SlGit::Repo | |
| Tree (defined in SlGit::Repo) | SlGit::Repo | friend |
| TreeBuilder (defined in SlGit::Repo) | SlGit::Repo | friend |
| treeBuilderCreate(const Tree *source=nullptr) const noexcept | SlGit::Repo | |
| treeLookup(const git_oid &oid) const noexcept | SlGit::Repo | |
| treeLookup(const TreeEntry &tentry) const noexcept | SlGit::Repo | |
| treeRevparseSingle(const std::string &rev) const noexcept | SlGit::Repo | |
| update(const std::filesystem::path &path, const std::string &remote="origin") | SlGit::Repo | static |
| workDir() const noexcept | SlGit::Repo | inline |