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-bisect  -  Find  the  commit  that introduced a dependency-related
     change

SYNOPSIS
     git-pkgs bisect [flags]

DESCRIPTION
     Binary search through commits with dependency changes to find when  a  spe-
     cific  change was introduced. Works like git bisect but only considers com-
     mits that modified dependencies, making it  faster  for  dependency-related
     issues.

     Subcommands:
       start	Begin a bisect session
       good	Mark a commit as good (before the problem)
       bad	Mark a commit as bad (has the problem)
       skip	Skip a commit that can't be tested
       run	Automate bisect with a script
       reset	End the bisect session
       log	Show the bisect log

OPTIONS
     -h, --help[=false]      help for bisect

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), git-pkgs-bisect-bad(1), git-pkgs-bisect-good(1),  git-pkgs-bi-
     sect-log(1), git-pkgs-bisect-reset(1), git-pkgs-bisect-run(1), git-pkgs-bi-
     sect-skip(1), git-pkgs-bisect-start(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-bisect&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help