summaryrefslogtreecommitdiff
path: root/builtin/multi-pack-index.c
diff options
context:
space:
mode:
authorLibravatar Tanushree Tumane <tanushreetumane@gmail.com>2019-12-14 09:11:24 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-12-17 14:55:36 -0800
commit7c5cea7242b5c01fdfe006441e5c0b480603f966 (patch)
treebb2a2eed376d95cbb041106ce615cb879863f580 /builtin/multi-pack-index.c
parentGit 2.24.1 (diff)
downloadtgif-7c5cea7242b5c01fdfe006441e5c0b480603f966.tar.xz
bisect--helper: convert `*_warning` 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 `need_bad_and_good_revision_warning` and `need_bisect_start_warning` char pointers to char arrays. Mentored-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Tanushree Tumane <tanushreetumane@gmail.com> Signed-off-by: Miriam Rubio <mirucam@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/multi-pack-index.c')
0 files changed, 0 insertions, 0 deletions