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-init - Initialize git-pkgs database for this repository

SYNOPSIS
     git-pkgs init [flags]

DESCRIPTION
     Initialize  the git-pkgs database in the current git repository.  This cre-
     ates a SQLite database in	.git/pkgs.sqlite3  and	indexes  all  dependency
     changes from the git history.

OPTIONS
     -b, --branch=""	  Branch to analyze (default: current branch)

     --cpuprofile=""	  Write CPU profile to file

     -f, --force[=false]      Recreate database even if it exists

     -h, --help[=false]      help for init

     --memprofile=""	  Write memory profile to file

     --no-hooks[=false]      Skip installing git hooks

     --since=""      Start analysis from a specific commit

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-init&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help