continued :)
authorpk910 <philipp@zoelle1.de>
Thu, 14 Feb 2013 05:20:05 +0000 (06:20 +0100)
committerpk910 <philipp@zoelle1.de>
Thu, 14 Feb 2013 05:20:05 +0000 (06:20 +0100)
commit0a6d29345b57ef71b076003e18d13efd3478764c
treeed74c01b1a5dd1b210d00437ea0550d93c0bef49
parentc20b2789b4f1c2da70f33cf2d1e78f55478a6e19
continued :)
30 files changed:
htdocs/config.example.php
htdocs/gitweb.css [new file with mode: 0644]
htdocs/img/branch_left.png [new file with mode: 0644]
htdocs/img/branch_right.png [new file with mode: 0644]
htdocs/img/dot.png [new file with mode: 0644]
htdocs/img/dot_init.png [new file with mode: 0644]
htdocs/img/dot_merge.png [new file with mode: 0644]
htdocs/img/dot_merge_left.png [new file with mode: 0644]
htdocs/img/dot_merge_right.png [new file with mode: 0644]
htdocs/img/git-logo.png [new file with mode: 0644]
htdocs/img/line.png [new file with mode: 0644]
htdocs/img/line_h.png [new file with mode: 0644]
htdocs/img/merge_left.png [new file with mode: 0644]
htdocs/img/merge_right.png [new file with mode: 0644]
htdocs/index.php [new file with mode: 0644]
htdocs/lib/ContentProvider.class.php [new file with mode: 0644]
htdocs/lib/GitCommand.class.php [new file with mode: 0644]
htdocs/lib/PHPGitWeb.class.php [new file with mode: 0644]
htdocs/lib/ProjectLoader.class.php [new file with mode: 0644]
htdocs/lib/Tools.class.php [new file with mode: 0644]
htdocs/lib/graph.class.php [new file with mode: 0644]
htdocs/pages/.htaccess [new file with mode: 0644]
htdocs/pages/404.html [new file with mode: 0644]
htdocs/pages/projects.class.php [new file with mode: 0644]
htdocs/pages/shortlog.class.php [new file with mode: 0644]
htdocs/pages/summary.class.php [new file with mode: 0644]
htdocs/templates/default/main.tpl [new file with mode: 0644]
htdocs/templates/default/projects.tpl [new file with mode: 0644]
htdocs/templates/default/shortlog.tpl [new file with mode: 0644]
htdocs/templates/default/summary.tpl [new file with mode: 0644]