diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-21 13:54:41 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-21 13:54:41 +0100 |
commit | 67684b3a9a7205cef15f5978b5adc4df632f5af5 (patch) | |
tree | 630a28d313047bf6440b0c349047c6c8de0cb298 /src/repo.h | |
parent | Add a test symlink (diff) | |
download | netfs-gitfs-67684b3a9a7205cef15f5978b5adc4df632f5af5.tar.bz2 netfs-gitfs-67684b3a9a7205cef15f5978b5adc4df632f5af5.tar.xz netfs-gitfs-67684b3a9a7205cef15f5978b5adc4df632f5af5.zip |
Basically all the core functionality
Diffstat (limited to 'src/repo.h')
-rw-r--r-- | src/repo.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ namespace GitFS { void utimens(ReqEnv env, ::std::string path, long long int atime, long long int atimens, long long int mtime, long long int mtimens, const ::Ice::Current& current) override; private: + friend class Directory; + friend class Blob; Git::RepositoryPtr repo; Git::CommitPtr commit; Git::TreePtr tree; |