[us-commits] [ehb54/ultrascan3] 2b7ce8: revision.sh: limit Δ marker to source code file ch...
emre brookes
noreply at github.com
Wed Jun 17 12:54:03 MDT 2026
Branch: refs/heads/main
Home: https://github.com/ehb54/ultrascan3
Commit: 2b7ce8e951545aceafde79228ff691ba4b5b2961
https://github.com/ehb54/ultrascan3/commit/2b7ce8e951545aceafde79228ff691ba4b5b2961
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: limit Δ marker to source code file changes only
Previously git diff checked all tracked files, causing the LOCAL_CHANGES
Δ symbol to appear whenever build scripts, .pri files, or other non-source
files differed from upstream — including during normal packaging builds.
Restrict the check to file types that produce compiled output:
*.h, *.cpp, *.ui (Qt Designer), *.qrc (Qt resources).
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
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>
Commit: 325d0cbff2d496aaf6a42add91e63d096b0e9d26
https://github.com/ehb54/ultrascan3/commit/325d0cbff2d496aaf6a42add91e63d096b0e9d26
Author: emre brookes <ehb54 at users.noreply.github.com>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M .gitignore
R doc/manual/source/__pycache__/auto_index.cpython-39.pyc
Log Message:
-----------
Merge branch 'main' into ehb54-issue-909
Commit: c4a785babca12aa43bf7f624928fa31cf97da1f4
https://github.com/ehb54/ultrascan3/commit/c4a785babca12aa43bf7f624928fa31cf97da1f4
Author: emre brookes <ehb54 at users.noreply.github.com>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M programs/us/revision.sh
Log Message:
-----------
Merge pull request #448 from ehb54/ehb54-issue-909
revision.sh: limit Δ marker to source code file changes only
Compare: https://github.com/ehb54/ultrascan3/compare/02b1998e8c4e...c4a785babca1
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