diff options
author | Elijah Newren <newren@gmail.com> | 2020-03-27 00:48:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-27 11:33:30 -0700 |
commit | 6271d77cb1ccfb7e4124593b4463446fe1188cda (patch) | |
tree | c61eaeac3a59e827ddf48beb78aee8716f74b367 /t/t9604/cvsroot | |
parent | unpack-trees: rename ERROR_* fields meant for warnings to WARNING_* (diff) | |
download | tgif-6271d77cb1ccfb7e4124593b4463446fe1188cda.tar.xz |
unpack-trees: split display_error_msgs() into two
display_error_msgs() is never called to show messages of both ERROR_*
and WARNING_* types at the same time; it is instead called multiple
times, separately for each type. Since we want to display these types
differently, make two slightly different versions of this function.
A subsequent commit will further modify unpack_trees() and how it calls
the new display_warning_msgs().
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9604/cvsroot')
0 files changed, 0 insertions, 0 deletions