summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
8 daysdocs: document dashed/underscore version normalization in READMEDanilo M.1-0/+2
8 daysfeat: treat dashed upstream version as equivalent to packaged underscore formDanilo M.3-5/+54
8 daysstyle: split local decl/assign and quote path varsDanilo M.1-10/+10
2026-06-27docs: document -R <pkg...> named-hint review in READMEDanilo M.1-3/+4
2026-06-27docs: document -R <pkg...> named-hint reviewDanilo M.2-2/+7
2026-06-27feat: complete multiple hint names after -R/--reviewDanilo M.1-0/+14
2026-06-27test: cover -R <pkg...> named-hint review (T44-T47)Danilo M.1-0/+66
2026-06-27feat: review named hints via -R <pkg...> regardless of version matchDanilo M.1-5/+15
2026-06-27refactor: extract _review_one_hint, drive review loop from a listDanilo M.1-35/+60
2026-06-27docs: plan for reviewing named hints via -R <pkg...>Danilo M.1-0/+371
2026-06-27docs: spec for reviewing named hints via -R <pkg...>Danilo M.1-0/+55
2026-06-19perf: scan single nvchecker entry with -e for single-package checksDanilo M.4-8/+66
2026-06-19fix: strip trailing slash in review hint path for consistent outputDanilo M.1-1/+1
2026-06-19docs: document -l highlight and -R review; add to bash completionDanilo M.2-2/+12
2026-06-19feat: add -R/--review loop with side-by-side diff and keep/delete promptDanilo M.2-6/+130
2026-06-19feat: highlight hint rows whose version matches SBo .info in -lDanilo M.2-2/+56
2026-06-18refactor: extract _remove_hint helper for reuse in review loopDanilo M.1-8/+14
2026-06-18docs: implementation plan for -l highlight + -R review loopDanilo M.1-0/+504
2026-06-18docs: spec for -l version-match highlight + -R review loopDanilo M.1-0/+147
2026-06-13Merge feat/nvchecker: nvchecker integrationDanilo M.7-11/+1335
2026-06-13fix: resolve relative nvchecker keyfile path against config dirDanilo M.2-0/+31
2026-06-13fix: quote nvchecker section names containing non-bare-key charsDanilo M.2-7/+80
2026-06-13docs: document --check populate-missing-sections promptDanilo M.2-1/+8
2026-06-13test: add T29-T31 for --check populate missing sectionsDanilo M.1-0/+77
2026-06-13feat: --check offers to populate missing nvchecker sectionsDanilo M.1-1/+33
2026-06-13refactor: extract _has_nvchecker_section helperDanilo M.1-2/+10
2026-06-13docs: plan for --check populate missing sectionsDanilo M.1-0/+379
2026-06-13docs: spec for --check populate missing nvchecker sectionsDanilo M.1-0/+155
2026-06-13test: add T27 (downgrade flag) and T28 (--check scan-all)Danilo M.1-0/+41
2026-06-13docs: document nvchecker integration and --check commandDanilo M.2-4/+66
2026-06-13feat(completion): add --check/-C flag and package-name completionDanilo M.1-2/+2
2026-06-13test: add nvchecker config patch and mock tools to harnessDanilo M.1-0/+211
2026-06-13feat: add --check/-C bulk update commandDanilo M.1-2/+101
2026-06-13feat: suggest nvchecker version on --hintfile without -vDanilo M.1-1/+39
2026-06-13feat: write nvchecker section on --new from .infoDanilo M.1-0/+1
2026-06-13feat: add add_nvchecker_section with github/pypi autodetectDanilo M.1-0/+61
2026-06-13feat: add nvchecker_latest keyfile readerDanilo M.1-0/+28
2026-06-13feat: add check_nvchecker tool-availability guardDanilo M.1-0/+17
2026-06-13feat: add NVCHECKER_CONFIG constant and help text for nvchecker featuresDanilo M.1-1/+5
2026-06-13docs: nvchecker integration implementation planDanilo M.1-0/+1065
2026-06-13docs: nvchecker integration design specDanilo M.1-0/+206
2026-06-05feat: prompt to run slackrepo after --hintfile updateDanilo M.2-0/+13
2026-06-05feat(completion): suggest current VERSION when completing -vDanilo M.2-2/+16
2026-05-18feat: multiline DOWNLOAD support, test suite, updated docsDanilo M.4-51/+571
2026-05-18refactor: extract update_checksums, apply version/md5 on --newDanilo M.1-18/+35
2026-05-18fix: always run downloads when updating hint file with -NDanilo M.1-18/+16
2026-05-14refactor: switch arg parser to GNU getoptDanilo M.2-7/+19
2026-05-14add --no-dl/-N option to skip downloads and set NODOWNLOAD=yesDanilo M.4-27/+97
2026-05-07rename mkhintfile.sh to mkhint, add --delete/-d optionDanilo M.5-61/+108
2026-05-07Initial commitDanilo M.4-0/+516