]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
Re-fix "builtin-commit: fix --signoff"
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 406befb705a0a99119476bbed3be12dd6059d932..c6142e9b7a8effbe31b5dcca3035d32138de84cf 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -453,6 +453,9 @@ void datestamp(char *buf, int bufsize);
 unsigned long approxidate(const char *);
 enum date_mode parse_date_format(const char *format);
 
+#define IDENT_WARN_ON_NO_NAME  1
+#define IDENT_ERROR_ON_NO_NAME 2
+#define IDENT_NO_DATE         4
 extern const char *git_author_info(int);
 extern const char *git_committer_info(int);
 extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int);