Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3702: fix reliance on SHELL_PATH being '/bin/sh'
[gitweb.git]
/
builtin-branch.c
diff --git
a/builtin-branch.c
b/builtin-branch.c
index 330e0c3f1605b46ab6257f0947051c3e562d9cc6..ca81d725cbac618b7dbb351dc4fb8d3a7f8fef1b 100644
(file)
--- a/
builtin-branch.c
+++ b/
builtin-branch.c
@@
-167,7
+167,7
@@
static int delete_branches(int argc, const char **argv, int force, int kinds)
ret = 1;
} else {
struct strbuf buf = STRBUF_INIT;
- printf("Deleted %sbranch %s (%s).\n", remote,
+ printf("Deleted %sbranch %s (
was
%s).\n", remote,
bname.buf,
find_unique_abbrev(sha1, DEFAULT_ABBREV));
strbuf_addf(&buf, "branch.%s", bname.buf);