Skip to content

Commit

Permalink
Comment some config for the Commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kozhevnikov committed Sep 23, 2023
1 parent 587aba2 commit 554d730
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
],
\Cross\Git\Commands\Commit::class => [
'options' => '-a',
'message' => [
'handlers' => [
\Cross\Git\Text\Handlers\Cases\FirstUppercase::class,
\Cross\Git\Text\Handlers\Jira\Issue::class => [
'project' => \Cross\Git\Text\Extractors\Jira\ProjectFromBranch::class,
'issue' => \Cross\Git\Text\Extractors\Jira\IssueFromBranch::class,
],
],
],
// 'message' => [
// 'handlers' => [
// \Cross\Git\Text\Handlers\Cases\FirstUppercase::class,
// \Cross\Git\Text\Handlers\Jira\Issue::class => [
// 'project' => \Cross\Git\Text\Extractors\Jira\ProjectFromBranch::class,
// 'issue' => \Cross\Git\Text\Extractors\Jira\IssueFromBranch::class,
// ],
// ],
// ],
],
\Cross\Git\Commands\Push::class => [
'options' => '-u',
Expand Down

0 comments on commit 554d730

Please sign in to comment.