diff options
| author | Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> | 2025-04-22 18:31:34 -0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-22 15:26:05 -0700 |
| commit | 25292c301d2021a359a5b09f4a5f904c916a3121 (patch) | |
| tree | 5f1c8a222d0e2736ba4ac64fc0d97f17f4bb6eec | |
| parent | Git 2.44.3 (diff) | |
| download | git-25292c301d2021a359a5b09f4a5f904c916a3121.tar.gz git-25292c301d2021a359a5b09f4a5f904c916a3121.zip | |
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>
Diffstat (limited to '')
| -rw-r--r-- | revision.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/revision.h b/revision.h index 94c43138bc..20068e1906 100644 --- a/revision.h +++ b/revision.h @@ -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; |
