add hash
This commit is contained in:
parent
32a5b2be66
commit
30a5efb337
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class BranchNameCheckinHandlerFactory : CheckinHandlerFactory() {
|
||||||
repository?.let {
|
repository?.let {
|
||||||
it.currentBranchName?.let { b ->
|
it.currentBranchName?.let { b ->
|
||||||
if (!message.startsWith(b)) {
|
if (!message.startsWith(b)) {
|
||||||
panel.commitMessage = "$b $message"
|
panel.commitMessage = "#$b $message"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue