hyperhive/scripts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas 5be4210f51 check-attribution-trailers.sh: fix broken remote-membership test
The origin-membership check used `case " $remotes " in *" origin "*)`,
padding $remotes (git remote's newline-separated output) with spaces.
That only puts literal spaces around the first and last entries, so with
more than one remote the case never matches, and the loop's
`[ "$r" = "origin" ] && continue` then discards origin permanently.
Result: a tree with origin plus any second remote hard-failed even
though origin resolved fine (argus's repro: aaa-dummy + origin).

Replace with a real membership test: grep -qx over one entry per line.
2026-09-16 19:47:37 +02:00
..
check-attribution-trailers.sh check-attribution-trailers.sh: fix broken remote-membership test 2026-09-16 19:47:37 +02:00
check-comment-blocks.sh Make three fail-open lints fail loudly 2026-09-16 18:03:00 +02:00
check-doc-refs.sh check-doc-refs: catch bare relative markdown links, and only judge a file rendered where it is stored 2026-09-08 13:31:33 +02:00
check-issue-refs.sh scripts: stop collapsing a failed lint scan into a clean pass 2026-09-16 18:20:26 +02:00
pre-push ops: reduce comment density in PR #4433 2026-09-16 00:07:02 +02:00