summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/Constants.java
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-08-14 08:56:27 -0400
committerJames Moger <james.moger@gitblit.com>2013-09-17 17:34:00 -0400
commitf084f468756bde745d8e8e27c729f6e57bea5749 (patch)
tree5000ff4a8de48ed3259e2ad5b295e03bd829e859 /src/main/java/com/gitblit/Constants.java
parent578319a659fba918ba720d12ca4d4fc105918595 (diff)
downloadgitblit-f084f468756bde745d8e8e27c729f6e57bea5749.tar.gz
gitblit-f084f468756bde745d8e8e27c729f6e57bea5749.zip
Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)
The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
Diffstat (limited to 'src/main/java/com/gitblit/Constants.java')
-rw-r--r--src/main/java/com/gitblit/Constants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/gitblit/Constants.java b/src/main/java/com/gitblit/Constants.java
index a3a3c70e..88a10223 100644
--- a/src/main/java/com/gitblit/Constants.java
+++ b/src/main/java/com/gitblit/Constants.java
@@ -63,6 +63,8 @@ public class Constants {
public static final String PAGES = "/pages/";
public static final String SPARKLESHARE_INVITE_PATH = "/sparkleshare/";
+
+ public static final String BRANCH_GRAPH_PATH = "/graph/";
public static final String BORDER = "***********************************************************";