Avoid unnecessary 'lstat()' calls in 'get_stat_data()'
[gitweb.git] / builtin-branch.c
index 02fa38fd3b13b5c17aa23edbfd79f91a052adf76..23b6949fec30e8276d0ef3d34e0aaee10eb49165 100644 (file)
@@ -165,7 +165,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, argv[i],
+                       printf("Deleted %sbranch %s (was %s).\n", remote, argv[i],
                                find_unique_abbrev(sha1, DEFAULT_ABBREV));
                        strbuf_addf(&buf, "branch.%s", argv[i]);
                        if (git_config_rename_section(buf.buf, NULL) < 0)