jesseduffield.lazygit/scripts
Stefan Haller 4b082ed096 Run go mod tidy before go mod vendor
With the previous order, `go mod vendor` populated vendor/ from the
current go.mod, and only then did `go mod tidy` prune it. If tidy
changed go.mod, vendor/ was left matching the pre-tidy state, so a
single run could leave vendor/modules.txt inconsistent with go.mod
(it took a second run to converge). Tidying first settles
go.mod/go.sum, then vendor rebuilds vendor/ to match in one pass.

This applies both to the `vendor` recipe (justfile and Makefile)
and to scripts/bump_lazycore.sh.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 11:16:53 +02:00
..
bisect.sh [DATALAD RUNCMD] run codespell throughout fixing typos automagically 2024-08-27 18:03:00 +02:00
bump_lazycore.sh Run go mod tidy before go mod vendor 2026-07-02 11:16:53 +02:00
bump_modules.sh bump modules and add bump_modules script 2018-12-18 23:03:26 +11:00
check_commit.sh Allow running check_script.sh when there are uncommitted changes 2026-06-16 16:21:13 +02:00
check_filenames.sh enforce lowercase filenames 2023-04-29 13:05:05 +10:00
check_for_fixups.sh Fix the check_for_fixups.sh script again 2026-05-06 18:44:59 +02:00
gofumpt-check.sh Check gofumpt formatting with the pinned version in CI and lint 2026-07-02 11:16:53 +02:00
gofumpt-tool.sh Add gofumpt-tool.sh script and use it in VS Code 2026-07-02 10:41:23 +02:00
golangci-lint-shim.sh Bump golangci-lint to v.2.4.0 from v2.2.1 2025-10-05 10:17:03 +02:00
just_e2e_completion.zsh Add zsh completion for the e2e integration-test recipes 2026-06-23 13:09:17 +02:00
preview_release_notes.sh Add script to preview release notes 2026-05-21 09:23:25 +02:00
record_demo.sh Add demo test variant 2023-07-31 22:33:04 +10:00
run_integration_tests.sh Print which git version we are using for running integration tests 2025-04-09 10:40:52 +02:00
update_docs_for_release.sh Add a script for copying the docs and schema over for release 2025-11-12 08:44:56 +01:00
update_language_files.sh Auto-update cheatsheets after updating translation 2026-02-07 09:21:22 +01:00