Guitar
Functions
GitObjectManager.cpp File Reference
#include "GitObjectManager.h"
#include "Git.h"
#include "common/joinpath.h"
#include "common/misc.h"
#include <QBuffer>
#include <QDebug>
#include <QDirIterator>
#include <QFile>
#include <memory>
#include <set>
Include dependency graph for GitObjectManager.cpp:

Functions

void parseGitTreeObject (QByteArray const &ba, const QString &path_prefix, GitTreeItemList *out)
 
bool parseGitTreeObject (GitObjectCache *objcache, const QString &commit_id, const QString &path_prefix, GitTreeItemList *out)
 

Function Documentation

◆ parseGitTreeObject() [1/2]

bool parseGitTreeObject ( GitObjectCache objcache,
const QString &  commit_id,
const QString &  path_prefix,
GitTreeItemList out 
)
Here is the call graph for this function:

◆ parseGitTreeObject() [2/2]

void parseGitTreeObject ( QByteArray const &  ba,
const QString &  path_prefix,
GitTreeItemList out 
)
Here is the call graph for this function: