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-start - Start a bisect session

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

DESCRIPTION
       Begin a new bisect session. Optionally specify the bad (newer) and good
       (older) commits on the command line.

       Filtering options narrow	which commits are considered:
	 --ecosystem  Only commits changing dependencies in this ecosystem
	 --package    Only commits touching this specific package
	 --manifest   Only commits changing this manifest file

OPTIONS
       -e, --ecosystem=""      Only consider commits changing this ecosystem

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

       --manifest=""	  Only consider	commits	changing this manifest

       --package=""	 Only consider commits touching	this package

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

home | help