File Changes for markd
switch to commits view, user indexv501_base to v502_preview (2026-07-20 to 2026-07-27) v502
Show details
- src/submodules/submoduleSetup
- lines changed 9, context: html, text, full: html, text
504f030995a07120830b60b40619840c21fe72f9 Fri Jul 24 10:58:20 2026 -0700
submoduleSetup: sync submodules to pinned commit on every build
Run 'git submodule update --init --recursive' unconditionally when in a git
work tree, rather than only when the submodule was uninitialized. This means
a moved submodule pointer (e.g. after a pull) is checked out on every build,
and --recursive keeps the nested htscodecs submodule in sync too. git is
silent when already in sync. The non-git-work-tree (source release) branch
is unchanged.
No RM.
switch to commits view, user index