Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
worktree: disallow adding same path multiple times
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index f00a025738d49cf7eef8f3561efe75de3abadbd8..6ef87e5683aacdf738c86679712078988c0899fd 100644
(file)
--- a/
pack-objects.c
+++ b/
pack-objects.c
@@
-60,7
+60,7
@@
static void rehash_objects(struct packing_data *pdata)
&found);
if (found)
-
die("BUG:
Duplicate object in hash");
+
BUG("
Duplicate object in hash");
pdata->index[ix] = i + 1;
entry++;