projects
/
gitweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a33f8c9
b7ac5aa
)
Merge remote-tracking branch 'remotes/origin2/master'
author
Stricted
<Stricted@nexus-irc.de>
Fri, 7 Sep 2012 19:16:46 +0000
(21:16 +0200)
committer
Stricted
<Stricted@nexus-irc.de>
Fri, 7 Sep 2012 19:16:46 +0000
(21:16 +0200)
1
2
git_graph.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
git_graph.php
index f389476c07209b7643983ca60fdb634a77abbae3,42f4813d263160db5fa4cacd9fe58673627928c6..5f660a02d38f72942eb36cc4fcd3202c556bb65a
---
1
/
git_graph.php
---
2
/
git_graph.php
+++ b/
git_graph.php
@@@
-1,15
-1,11
+1,16
@@@
<?php
/* CONFIG */
+<<<<<<< HEAD
+$repo_path = "/home/git/";
+$project_list = null;
+=======
$repo_path = "/srv/gitosis/repositories/";
$project_list = "/srv/gitosis/gitosis/projects.list";
+>>>>>>> remotes/origin2/master
$size = 20;
+ $header_height = false; //false = dynamic
$tile_size = 20; /* do not edit */
$max_branches = 30;