]> git.ipfire.org Git - thirdparty/git.git/commit
mv: remove BOTH from enum update_mode
authorShaoxuan Yuan <shaoxuan.yuan02@gmail.com>
Tue, 9 Aug 2022 12:09:06 +0000 (20:09 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2022 20:57:49 +0000 (13:57 -0700)
commit9284c3ce266fcf9abb0afbc59645c62dd58026dd
tree399feba001a16e34e94c774a35da21548e96ea90
parentc08830de41f15a8ee85cf7926266e1db732ec773
mv: remove BOTH from enum update_mode

Since BOTH is not used anywhere in the code and its meaning is unclear,
remove it.

Helped-by: Derrick Stolee <derrickstolee@github.com>
Helped-by: Victoria Dye <vdye@github.com>
Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/mv.c