mirror of
https://github.com/EndBug/add-and-commit.git
synced 2026-08-29 08:02:18 -05:00
* fix: reject glued quotes that string-argv would split into extra git flags A balanced form like 'main'--force is still two argv tokens under string-argv, so refuse it before git push can see a standalone --force. Co-authored-by: Cursor <cursoragent@cursor.com> * docs: describe glued-quote rejection as an argument-boundary check Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>