Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
wt-status.c: make cut_line[] const to shrink .data section a bit
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Mon, 17 Feb 2014 12:15:30 +0000
(19:15 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 18 Feb 2014 23:50:36 +0000
(15:50 -0800)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5f95c9f
)
diff --git
a/wt-status.c
b/wt-status.c
index 4e5581005936a1e7832e3ab224cfe142ac777a63..65e35c30ac28c184a81364ddd448607892de69ad 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-17,7
+17,7
@@
#include "strbuf.h"
#include "utf8.h"
-static char cut_line[] =
+static c
onst c
har cut_line[] =
"------------------------ >8 ------------------------\n";
static char default_wt_status_colors[][COLOR_MAXLEN] = {