Merge branch 'jk/utf8-switch-between-nfd-and-nfc'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 557bd6ae812e44e88efa90511dbbd767c52e5895..62a4d39efcfa5f0cbf4257acfbbb9f8fdd5d2859 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1061,6 +1061,13 @@ struct ident_split {
  */
 extern int split_ident_line(struct ident_split *, const char *, int);
 
+/*
+ * Like show_date, but pull the timestamp and tz parameters from
+ * the ident_split. It will also sanity-check the values and produce
+ * a well-known sentinel date if they appear bogus.
+ */
+const char *show_ident_date(const struct ident_split *id, enum date_mode mode);
+
 /*
  * Compare split idents for equality or strict ordering. Note that we
  * compare only the ident part of the line, ignoring any timestamp.