diff options
author | James Moger <james.moger@gitblit.com> | 2012-11-28 17:07:52 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-11-28 17:07:52 -0500 |
commit | 75705a3b40a3f42bda57de62b29c6f853d94dfb8 (patch) | |
tree | d71dabdf2ca5ce31639ae687ee492b08a82e798b /src/com/gitblit/Constants.java | |
parent | 0ad6d9ea8d22dcf15cc9c29bb68a33c7b9309674 (diff) | |
download | gitblit-75705a3b40a3f42bda57de62b29c6f853d94dfb8.tar.gz gitblit-75705a3b40a3f42bda57de62b29c6f853d94dfb8.zip |
Short commit ids in log and history take two (issue 168)
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;
|