[us-commits] [ehb54/ultrascan3] a1bf5d: revision.sh: fix pathspec scope for source-file de...
emre brookes
noreply at github.com
Wed Jun 17 12:07:33 MDT 2026
Branch: refs/heads/ehb54-issue-909
Home: https://github.com/ehb54/ultrascan3
Commit: a1bf5d7f2eb4649cd5167b42db38d5c6e4aa4d0d
https://github.com/ehb54/ultrascan3/commit/a1bf5d7f2eb4649cd5167b42db38d5c6e4aa4d0d
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M programs/us/revision.sh
Log Message:
-----------
revision.sh: fix pathspec scope for source-file delta check
git diff pathspecs with bare globs (*.h) only match within the current
directory, not repo-wide. Since the script cd's to programs/us/, the
check was missing changes in gui/, utils/, etc.
Fix by running git -C from the repo root so all subdirectories are covered.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list