diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-27 12:06:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-27 12:06:41 -0800 |
commit | 992221d05e42ad9f65a88318ca6339aa1c39fc79 (patch) | |
tree | cf78297e149a396dd87aeefd342a17f4ba6515d0 /revision.h | |
parent | cb99be7c7d2afc71106ffaf400c769c8e72f1bb2 (diff) | |
parent | 2bda2cf4f966ae50d08a32a3839f930c1daac907 (diff) | |
download | git-992221d05e42ad9f65a88318ca6339aa1c39fc79.tar.gz git-992221d05e42ad9f65a88318ca6339aa1c39fc79.tar.xz |
Merge branch 'db/cover-letter'
* db/cover-letter:
Improve collection of information for format-patch --cover-letter
Add API access to shortlog
t4014: Replace sed's non-standard 'Q' by standard 'q'
Support a --cc=<email> option in format-patch
Combine To: and Cc: headers
Fix format.headers not ending with a newline
Add tests for extra headers in format-patch
Add a --cover-letter option to format-patch
Export some email and pretty-printing functions
Improve message-id generation flow control for format-patch
Add more tests for format-patch
Conflicts:
builtin-log.c
builtin-shortlog.c
pretty.c
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/revision.h b/revision.h index b5f01f830..c8b3b948e 100644 --- a/revision.h +++ b/revision.h @@ -75,7 +75,7 @@ struct rev_info { struct log_info *loginfo; int nr, total; const char *mime_boundary; - const char *message_id; + char *message_id; const char *ref_message_id; const char *add_signoff; const char *extra_headers; |