mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
revision: remove log_reencode field from rev_info
Remove the log_reencode field from struct rev-info, as it is not used.
This field was introduced in 52883fb, but it hasn't been used since its
introduction.
Helped-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Lucas Seiki Oshiro <lucasseikioshiro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
2f323bb162
commit
25292c301d
@@ -291,7 +291,6 @@ struct rev_info {
|
||||
struct string_list *ref_message_ids;
|
||||
int add_signoff;
|
||||
const char *extra_headers;
|
||||
const char *log_reencode;
|
||||
const char *subject_prefix;
|
||||
int patch_name_max;
|
||||
int no_inline;
|
||||
|
||||
Reference in New Issue
Block a user