mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
Fix pattern in commitPrefix example
This commit is contained in:
parent
50dd7b00c3
commit
9df133ed8c
@ -328,7 +328,7 @@ Example:
|
|||||||
git:
|
git:
|
||||||
commitPrefixes:
|
commitPrefixes:
|
||||||
my_project: # This is repository folder name
|
my_project: # This is repository folder name
|
||||||
pattern: "^\\w+\\/(\\w+-\\w+)"
|
pattern: "^\\w+\\/(\\w+-\\w+).*"
|
||||||
replace: "[$1] "
|
replace: "[$1] "
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user