Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #269902

Category None
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Mon 08 Jun 2026 14:59:47
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 2dfd265d668eb184a0feb0cbda5357fb076d9f0d

Comments

checksrc-all.pl: do not check files multiple times

Restrict `git ls-files` to return `*.[ch]` files within `$dir` only.
Before this patch it returned files in subdirectories too, which did
double work and may have made `checksrc.pl` pick `.checksrc` from the
first such subdirectory, masking the one in `$dir`. (current curl tree
is not affected)

Ref: https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefpathspecapathspec

Follow-up to 33f606cd51995b68a0f68ac478f7395d8acda17b #20439

Closes #21909

Changed files