Difference between revisions of "Track-down a regression (git bisect)"

From Looking Glass
Jump to navigation Jump to search
(Created page with "== WIP == If you find a bug with a newer build of Looking-Glass that didn't exist with an older version, it may help the developers to know exactly which commit caused the b...")
 
(No difference)

Latest revision as of 03:28, 24 January 2022

WIP[edit]

If you find a bug with a newer build of Looking-Glass that didn't exist with an older version, it may help the developers to know exactly which commit caused the bug. Git bisect can speed up finding the commit that caused the bug.