git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5f95c9f
)
wt-status.c: make cut_line[] const to shrink .data section a bit
author
Nguyễn Thái Ngọc Duy
<redacted>
Mon, 17 Feb 2014 12:15:30 +0000
(19:15 +0700)
committer
Junio C Hamano
<redacted>
Tue, 18 Feb 2014 23:50:36 +0000
(15:50 -0800)
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
wt-status.c
patch
|
blob
|
history
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] = {
git clone https://git.99rst.org/PROJECT