git bisect enhancement request

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



please teach git bisect how to use 2 separate worktrees
for the bisection, toggling between them as bisection progresses,
so that the end result is 2 compiled kernels,
one broken, one good.

perhaps something like

git worktree add A
git worktree add B
git bisect worktrees A B
git bisect start

# and maybe
git worktree rename A ok
git worktree rename B meh

its a minor convenience, yes, but having it done once right,
is better than ad-hoc scripts doing it, each subtly different.



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux