summaryrefslogtreecommitdiffstats
path: root/apps/files_versioning/lib_granite.php
blob: c69c62d9c450d8c810cfd31888dfb301358360e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

require_once(OC::$SERVERROOT . '/3rdparty/granite/git/blob.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/commit.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/repository.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/tag.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/tree.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/tree/node.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/object/index.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/object/raw.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/object/loose.php');
require_once(OC::$SERVERROOT . '/3rdparty/granite/git/object/packed.php');