Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-PKGS(1)			Git Pkgs Manual			   GIT-PKGS(1)

NAME
       git-pkgs-diff-driver - Git textconv driver for lockfile diffs

SYNOPSIS
       git-pkgs	diff-driver [file] [flags]

DESCRIPTION
       A  git  textconv	 driver	 that  converts	lockfiles to sorted dependency
       lists.  This makes lockfile diffs more  readable	 by  showing  semantic
       changes.

       Install	with:  git pkgs	diff-driver --install Then use 'git diff' nor-
       mally - lockfiles will show sorted dependency lists.

OPTIONS
       -h, --help[=false]      help for	diff-driver

       --install[=false]      Install diff driver in git config

       --uninstall[=false]	Remove diff driver from	git config

OPTIONS	INHERITED FROM PARENT COMMANDS
       --color="auto"	   When	to colorize output: auto, always, never

       --include-submodules[=false]	 Include git submodules	when  scanning
       for manifests

       -p, --pager[=false]	Use pager for output

       -q, --quiet[=false]	Suppress non-essential output

SEE ALSO
       git-pkgs(1)

HISTORY
       11-Jun-2026 Auto	generated by spf13/cobra

git-pkgs			   Jun 2026			   GIT-PKGS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-pkgs-diff-driver&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help