Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git remote update: Fallback to remote if group does not exist
[gitweb.git]
/
builtin-branch.c
diff --git
a/builtin-branch.c
b/builtin-branch.c
index 14d4b917e5bb929f40efd3fc5e010cec5d3507de..07a440eebacc1aa4e944874704bedfed7efb00e8 100644
(file)
--- a/
builtin-branch.c
+++ b/
builtin-branch.c
@@
-171,7
+171,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);