]> git.ipfire.org Git - thirdparty/git.git/commit
unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*
authorElijah Newren <newren@gmail.com>
Fri, 27 Mar 2020 00:48:56 +0000 (00:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2020 18:33:30 +0000 (11:33 -0700)
commit1ac83f42da6437d74098f162fcfa37474c94e223
treeddd5840938464b3a3b10abb28c619c2132f31d81
parentcd002c15611a995a29b9e5881745bba402d63952
unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*

We want to treat issues with setting the SKIP_WORKTREE bit as a warning
rather than an error; rename the enum values to reflect this intent as
a simple step towards that goal.

Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
unpack-trees.c
unpack-trees.h