]> git.99rst.org Git - git.git/commit
reset: rename is_missing to !is_in_reset_tree
authorVictoria Dye <redacted>
Thu, 7 Oct 2021 21:15:31 +0000 (21:15 +0000)
committerJunio C Hamano <redacted>
Fri, 8 Oct 2021 01:00:31 +0000 (18:00 -0700)
commit1f86b7cb6396ea5f8cd612041938e7d3280e4002
treec9dce8539b5f7aeff840fd6f3be9c406fa8e6355
parent106298f7f9cca4158a980de149ef217751e1f943
reset: rename is_missing to !is_in_reset_tree

Rename and invert value of `is_missing` to `is_in_reset_tree` to make the
variable more descriptive of what it represents.

Signed-off-by: Victoria Dye <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/reset.c
git clone https://git.99rst.org/PROJECT