Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/apply: make try_create_file() return -1 on error
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index de62ab2149cfb75e0dab2e5093ece630ce49d913..19cbc3939cdb3d6a84c0dbd88a4e43847d228363 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-1063,7
+1063,7
@@
static void abbrev_sha1_in_line(struct strbuf *line)
strbuf_addf(split[1], "%s ", abbrev);
strbuf_reset(line);
for (i = 0; split[i]; i++)
- strbuf_add
f(line, "%s", split[i]->buf
);
+ strbuf_add
buf(line, split[i]
);
}
}
strbuf_list_free(split);