Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Síle Ekaterin Liszka
Chessa
Commits
77e9c8fe
Commit
77e9c8fe
authored
May 09, 2022
by
Kiyoshi Aman
Browse files
Chessa::Bug: fix commit check
parent
3083dc10
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Chessa/Bug.pm
View file @
77e9c8fe
...
...
@@ -126,7 +126,7 @@ sub parse {
}
}
(
$project
,
$num
)
=
split
/$sigil/
,
$word
;
if
(
$
sigil
eq
'
@
')
{
if
(
$
type
eq
'
commit
')
{
$num
=~
s/^([a-fA-F0-9]+).*/$1/
;
}
else
{
$num
=~
s/^(\d+).*/$1/
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment