|
Guitar
|
#include "GitObjectManager.h"#include "GitPack.h"#include "GitPackIdxV2.h"#include "MemoryReader.h"#include "common/joinpath.h"#include "common/misc.h"#include "Profile.h"#include <QBuffer>#include <QDebug>#include <QDirIterator>#include <QFile>#include <memory>#include <set>
Classes | |
| struct | GitObjectManager::Private |
Functions | |
| void | parseGitTreeObject (QByteArray const &ba, const QString &path_prefix, GitTreeItemList *out) |
| bool | parseGitTreeObject (GitRunner g, GitObjectCache *objcache, const QString &commit_id, const QString &path_prefix, GitTreeItemList *out) |
| bool parseGitTreeObject | ( | GitRunner | g, |
| GitObjectCache * | objcache, | ||
| const QString & | commit_id, | ||
| const QString & | path_prefix, | ||
| GitTreeItemList * | out | ||
| ) |

| void parseGitTreeObject | ( | QByteArray const & | ba, |
| const QString & | path_prefix, | ||
| GitTreeItemList * | out | ||
| ) |
