Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Replace all die("BUG: ...") calls by BUG() ones
[gitweb.git]
/
builtin
/
update-index.c
diff --git
a/builtin/update-index.c
b/builtin/update-index.c
index 10d070a76fb1b0b94c058f60934bb05db37a4164..ac19bbbb1503fa1c1a720a7a9b1002082e2af7bf 100644
(file)
--- a/
builtin/update-index.c
+++ b/
builtin/update-index.c
@@
-1164,7
+1164,7
@@
int cmd_update_index(int argc, const char **argv, const char *prefix)
report(_("Untracked cache enabled for '%s'"), get_git_work_tree());
break;
default:
-
die("BUG:
bad untracked_cache value: %d", untracked_cache);
+
BUG("
bad untracked_cache value: %d", untracked_cache);
}
if (fsmonitor > 0) {