d3a1a57c78efb9e06969e1461ac3ce993742643a
Change split_on_dot() to require dot to be a standalone word surrounded by whitespace or at line boundaries, rather than any dot character. This prevents accidental splitting on dots within identifiers or quoted strings, making the command syntax more predictable. The new logic checks both preceding and following bytes to ensure the dot is truly isolated before treating it as a separator. Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/Qwen3.5-35B-A3B-GGUF:Q5_K_M)
Description
No description provided
Languages
Rust
99.1%
Python
0.6%
Nix
0.3%