git-toolbelt
git-toolbelt copied to clipboard
Refactor scripts to improve quoting and handle read inputs more safely
- Updated read commands to use
read -rfor better handling of backslashes. - Changed string checks from
-nto!= ""for clarity and consistency. - Enhanced quoting in various scripts to prevent word splitting and globbing issues.