mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-14 09:36:24 -04:00
Closes #2663 Adds a new config option `git.branchWhitespaceReplacement` that allows users to specify the character used to replace whitespace in branch names. By default, spaces are replaced with dashes ('-'), but teams that prefer underscores or other characters can now configure this behavior. Example config: ```yaml git: branchWhitespaceReplacement: '_' ``` Changes: - Added `BranchWhitespaceReplacement` config option (default: '-') - Updated `SanitizedBranchName` to accept replacement parameter - Added `SanitizedBranchNameWithConfig` helper method on RefsHelper - Updated all callers to use the new config-aware method |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||