Browse Source

docs: add reference to git bisect docs on BUGS page

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
tags/v0.3.0
Øyvind Harboe 14 years ago
parent
commit
099e5b6920
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      BUGS

+ 2
- 1
BUGS View File

@@ -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


Loading…
Cancel
Save