diff options
author | Miriam Rubio <mirucam@gmail.com> | 2020-02-17 09:40:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-19 09:37:14 -0800 |
commit | 16538bfd2c429a81a86011f32afa189047afd6e5 (patch) | |
tree | a13660900f8d7f8ed621b7c96ba4f5765828169f /merge-blobs.c | |
parent | Git 2.25 (diff) | |
download | tgif-16538bfd2c429a81a86011f32afa189047afd6e5.tar.xz |
bisect--helper: convert `vocab_*` char pointers to char arrays
Instead of using a pointer that points at a constant string,
just give name directly to the constant string; this way, we
do not have to allocate a pointer variable in addition to
the string we want to use.
Let's convert `vocab_bad` and `vocab_good` char pointers to char arrays.
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Miriam Rubio <mirucam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-blobs.c')
0 files changed, 0 insertions, 0 deletions