directory-rename-detection.txt: technical docs on abilities and limitations
[gitweb.git] / builtin / commit.c
index b50e33ef483a612f8b4d83ccc152a7fe279c20b7..a842fea666a33bb2191d10cf452a255754bb44e6 100644 (file)
@@ -505,7 +505,7 @@ static int is_a_merge(const struct commit *current_head)
 static void assert_split_ident(struct ident_split *id, const struct strbuf *buf)
 {
        if (split_ident_line(id, buf->buf, buf->len) || !id->date_begin)
-               die("BUG: unable to parse our own ident: %s", buf->buf);
+               BUG("unable to parse our own ident: %s", buf->buf);
 }
 
 static void export_one(const char *var, const char *s, const char *e, int hack)