Commit 5e24744
committed
fix(git): properly escape special characters in commit messages
Use single quotes with proper escaping for shell special characters like
dollar signs, backticks, and backslashes. Fixes all 3 failing git tests.
Signed-off-by: leocavalcante <leo@cavalcante.dev>1 parent 801b5fb commit 5e24744
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
0 commit comments