diff options
Diffstat (limited to 'src/com/gitblit/Constants.java')
-rw-r--r-- | src/com/gitblit/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index 8a3ec989..cd6b0709 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -76,7 +76,7 @@ public class Constants { public static final String ENCODING = "UTF-8";
- public static final int LEN_SHORTLOG = 80;
+ public static final int LEN_SHORTLOG = 78;
public static final int LEN_SHORTLOG_REFS = 60;
|