Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
status: fix display of rebase -ir's `label` command
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index f4fa98263857015b3d86e05df42e59591e74109a..f9fba796fb31275076c8c52d1e06195b9858ad6a 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-1214,7
+1214,9
@@
static void abbrev_sha1_in_line(struct strbuf *line)
int i;
if (starts_with(line->buf, "exec ") ||
- starts_with(line->buf, "x "))
+ starts_with(line->buf, "x ") ||
+ starts_with(line->buf, "label ") ||
+ starts_with(line->buf, "l "))
return;
split = strbuf_split_max(line, ' ', 3);