Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cf/submodule-progress-dissociate'
[gitweb.git]
/
pathspec.c
diff --git
a/pathspec.c
b/pathspec.c
index a637a6d15c00fed5237bce2edec1a3a905801b8d..27cd6067860d4fdb0b48b6bcf7c84d5903efd71b 100644
(file)
--- a/
pathspec.c
+++ b/
pathspec.c
@@
-486,7
+486,7
@@
static void init_pathspec_item(struct pathspec_item *item, unsigned flags,
/* sanity checks, pathspec matchers assume these are sane */
if (item->nowildcard_len > item->len ||
item->prefix > item->len) {
-
die ("BUG:
error initializing pathspec_item");
+
BUG("
error initializing pathspec_item");
}
}