initial code layout
authorPaul J R <me@pjr.cc>
Tue, 18 Sep 2012 17:14:36 +0000 (03:14 +1000)
committerPaul J R <me@pjr.cc>
Tue, 18 Sep 2012 17:14:36 +0000 (03:14 +1000)
commit4d6a42b605b8c52c5621fb704b284e4c12672755
tree9294fa0a8a97a00e0b1f5dc0792c211badfd2517
initial code layout
35 files changed:
data/gwvpmini.db [new file with mode: 0644]
data/repos/qwer.git/HEAD [new file with mode: 0644]
data/repos/qwer.git/config [new file with mode: 0644]
data/repos/qwer.git/description [new file with mode: 0644]
data/repos/qwer.git/hooks/applypatch-msg.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/commit-msg.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/post-update.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/pre-applypatch.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/pre-commit.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/pre-rebase.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/prepare-commit-msg.sample [new file with mode: 0755]
data/repos/qwer.git/hooks/update.sample [new file with mode: 0755]
data/repos/qwer.git/info/exclude [new file with mode: 0644]
data/repos/qwer.git/info/refs [new file with mode: 0644]
data/repos/qwer.git/objects/40/97f8848b4b638854909fb4cc1232f23d4bc891 [new file with mode: 0644]
data/repos/qwer.git/objects/75/6c1add57e06a607772ab479a849314bec41fe9 [new file with mode: 0644]
data/repos/qwer.git/objects/b1/bb4a245007dd9a1e1a43b2d1d7db304ec3edf0 [new file with mode: 0644]
data/repos/qwer.git/objects/da/ef7b14a99501d69a28cd0ce4d2991b1fe5898d [new file with mode: 0644]
data/repos/qwer.git/objects/info/packs [new file with mode: 0644]
data/repos/qwer.git/objects/pack/pack-d07d7771496ba63a1ed21b17101b417ae41c7c9a.idx [new file with mode: 0644]
data/repos/qwer.git/objects/pack/pack-d07d7771496ba63a1ed21b17101b417ae41c7c9a.pack [new file with mode: 0644]
data/repos/qwer.git/refs/heads/master [new file with mode: 0644]
gwvpmini/gwvpmini.php [new file with mode: 0644]
gwvpmini/gwvpmini_admin.php [new file with mode: 0644]
gwvpmini/gwvpmini_auth.php [new file with mode: 0644]
gwvpmini/gwvpmini_db.php [new file with mode: 0644]
gwvpmini/gwvpmini_gitbackend.php [new file with mode: 0644]
gwvpmini/gwvpmini_gitrepo.php [new file with mode: 0644]
gwvpmini/gwvpmini_setup.php [new file with mode: 0644]
gwvpmini/gwvpmini_web.php [new file with mode: 0644]
unittests/createlotsofreposandusers.php [new file with mode: 0644]
www/.htaccess [new file with mode: 0644]
www/config.php [new file with mode: 0644]
www/css/normal.css [new file with mode: 0644]
www/index.php [new file with mode: 0644]