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-run - Automate bisect with a command

SYNOPSIS
     git-pkgs bisect run  [...] [flags]

DESCRIPTION
     Automatically  run  a  command at each bisect step. The command's exit code
     determines whether the commit is good or bad:
       Exit 0	  = good
       Exit 1-124 = bad
       Exit 125   = skip (can't test this commit)
       Exit 126+  = abort bisect

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

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

home | help