diff options
author | Shaoxuan Yuan <shaoxuan.yuan02@gmail.com> | 2022-06-30 10:37:33 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-01 14:50:16 -0700 |
commit | 7889755bae89fd792924e95d713a94578b902d11 (patch) | |
tree | 6b3e913c861229ea182bbe81fd2f9a0e6dd1018e /t/t9133-git-svn-nested-git-repo.sh | |
parent | 707fa2f76ac77f441578943be56e5a4a3ee8c3c5 (diff) |
mv: decouple if/else-if checks using goto
Previous if/else-if chain are highly nested and hard to develop/extend.
Refactor to decouple this if/else-if chain by using goto to jump ahead.
Suggested-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