Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

v0.3.0

Choose a tag to compare

@andrewandrew released this 03 Jan 10:23
· 130 commits to main since this release
7f9132e
  • Pager support for long output (respects GIT_PAGER, core.pager, PAGER)
  • --no-pager option for commands with long output
  • Colored output (respects NO_COLOR, color.ui, color.pkgs)
  • GIT_DIR and GIT_PKGS_DB environment variable support
  • git pkgs stats now supports --since and --until date filters
  • Consistent error handling across all commands (JSON errors when --format=json)
  • git pkgs update now uses a transaction for atomicity and better performance
  • Renamed git pkgs outdated to git pkgs stale (outdated remains as alias)
  • git pkgs log command to list commits with dependency changes
  • git pkgs schema command to output database schema in text, SQL, JSON, or markdown
  • git pkgs praise alias for blame
  • git pkgs upgrade command to handle schema upgrades after updating git-pkgs
  • Schema version tracking with automatic detection of outdated databases