Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Implement safe_strncpy() as strlcpy() and use it more.
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index bdbdd235d821eff10eae42d32933152f2d22bd74..7d85b0f2e97884daea9dfc9020526b91e8c4974a 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-60,6
+60,8
@@
struct rev_info {
struct log_info *loginfo;
int nr, total;
const char *mime_boundary;
+ const char *add_signoff;
+ const char *extra_headers;
/* special limits */
int max_count;