Skip to content
Snippets Groups Projects
Commit 099e5b69 authored by Øyvind Harboe's avatar Øyvind Harboe
Browse files

docs: add reference to git bisect docs on BUGS page

parent 1b60ce8d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ that may be important.
- If the report is for a regression:
- Include logs for both working and broken versions.
- Find the precise version that caused the regression by binary search.
You can use "git bisect" to expedite this binary search.
You can use "git bisect" to expedite this binary search:
http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
If possible, please develop and attach a patch that helps to expose or
solve the reported problem. See the PATCHES file for more information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment