Merge branch 'lo/remove-log-reencode-from-rev-info'

Code clean-up.

* lo/remove-log-reencode-from-rev-info:
  revision: remove log_reencode field from rev_info
This commit is contained in:
Junio C Hamano
2025-04-29 14:21:31 -07:00

View File

@@ -292,7 +292,6 @@ struct rev_info {
struct string_list *ref_message_ids; struct string_list *ref_message_ids;
int add_signoff; int add_signoff;
const char *extra_headers; const char *extra_headers;
const char *log_reencode;
const char *subject_prefix; const char *subject_prefix;
int patch_name_max; int patch_name_max;
int no_inline; int no_inline;