Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDMFCDc299d0db5fd5: mapping: make the regexp check the length of the hash
Diff Detail
Diff Detail
- Repository
- rDMFCD ClearlyDefined metadata fetcher
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D5212 (id=18669)
Rebasing onto 0a4906684f...
Current branch diff-target is up to date.
Changes applied before test
commit b60b9c2f33b639f95f54b9b5ab51add0264eb7b7 Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Sun Mar 7 18:14:29 2021 +0530 mapping: Change regexp Current regexp doesn't check for length of hash, this update will update regex so it can check length of hash Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
See https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/126/ for more details.
Comment Actions
The first line of a commit message should give a general idea of what the commit does. And you should try to keep the whole commit message concise.
So instead of this:
mapping: Change regexp Current regexp doesn't check for length of hash, this update will update regex so it can check length of hash
you could write this:
mapping: make the regexp check the length of the hash
which carries exactly the same information, in less than half the words and fits on the first line.
Comment Actions
Build is green
Patch application report for D5212 (id=18672)
Rebasing onto 0a4906684f...
Current branch diff-target is up to date.
Changes applied before test
commit c299d0db5fd509f3871cab9d22320cda0d1d7fae Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Mon Mar 8 14:24:12 2021 +0530 mapping: make the regexp check the length of the hash Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
See https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/127/ for more details.