This repository was archived by the owner on Jan 22, 2026. It is now read-only.
v0.5.0
What's Changed
git pkgs initnow installs git hooks by default (use--no-hooksto skip)- Parallel prefetching of git diffs for ~2x speedup on large repositories (1500+ commits)
- Performance tuning via environment variables:
GIT_PKGS_BATCH_SIZE,GIT_PKGS_SNAPSHOT_INTERVAL,GIT_PKGS_THREADS git pkgs completionscommand for bash/zsh tab completion- Fix N+1 queries in
blame,stale,stats, andlogcommands - Configuration via git config:
pkgs.ecosystems,pkgs.ignoredDirs,pkgs.ignoredFiles git pkgs info --ecosystemsto show available ecosystems and their status-q, --quietflag to suppress informational messagesgit pkgs diffnow supportscommit..commitrange syntax--git-dirand--work-treeglobal options (also respectsGIT_WORK_TREEenv var)- Grouped commands by category in help output
- Fix crash when parsing manifests that return no dependencies
Full Changelog: v0.4.0...v0.5.0