diff options
author | Shaoxuan Yuan <shaoxuan.yuan02@gmail.com> | 2022-06-30 10:37:36 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-01 14:50:16 -0700 |
commit | 24ea81d9ac401731c222b28097b339aa0d2d316d (patch) | |
tree | afb2ee25268265b4c6f465d41a3a486404c0f643 /t/t9133-git-svn-nested-git-repo.sh | |
parent | 8a26a3915fbe1aab9786b28c535c8541f8df2a19 (diff) |
mv: use flags mode for update_mode
As suggested by Derrick [1], move the in-line definition of
"enum update_mode" to the top of the file and make it use "flags"
mode (each state is a different bit in the word).
Change the flag assignments from '=' (single assignment) to '|='
(additive). Also change flag evaluation from '==' to '&', etc.
[1] https://lore.kernel.org/git/22aadea2-9330-aa9e-7b6a-834585189144@github.com/
Helped-by: Victoria Dye <vdye@github.com>
Helped-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@gmail.com>
Acked-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9133-git-svn-nested-git-repo.sh')
0 files changed, 0 insertions, 0 deletions