wfxr.forgit/bin
Wenxuan Zhang de5406cdda fix: use array length instead of string length in reset_head
`${#files}` checks the string length of the first element, not the
array length. Use `${#files[@]}` to correctly detect an empty array.
2026-03-10 09:21:22 +08:00
..
git-forgit fix: use array length instead of string length in reset_head 2026-03-10 09:21:22 +08:00