Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-strategies.txt: fix typo
[gitweb.git]
/
path.c
diff --git
a/path.c
b/path.c
index 9d1ab1f69e2b666d13783c35674c1e2cde30cea9..3cd155e27dddee6774d48522945c0615f6207d8c 100644
(file)
--- a/
path.c
+++ b/
path.c
@@
-363,7
+363,7
@@
void report_linked_checkout_garbage(void)
strbuf_setlen(&sb, len);
strbuf_addstr(&sb, path);
if (file_exists(sb.buf))
- report_garbage(
"unused in linked checkout"
, sb.buf);
+ report_garbage(
PACKDIR_FILE_GARBAGE
, sb.buf);
}
strbuf_release(&sb);
}