diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-11-04 19:25:20 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-11-04 19:25:20 +0100 |
commit | 099e5b69201608b5f52a3e527c180aedb45db905 (patch) | |
tree | e4555eaa63f6eae22e367f1585d4805acc7b7b13 | |
parent | 1b60ce8d5badb730739744323cb7cd4ac6c252af (diff) | |
download | riscv-openocd-099e5b69201608b5f52a3e527c180aedb45db905.zip riscv-openocd-099e5b69201608b5f52a3e527c180aedb45db905.tar.gz riscv-openocd-099e5b69201608b5f52a3e527c180aedb45db905.tar.bz2 |
docs: add reference to git bisect docs on BUGS page
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
-rw-r--r-- | BUGS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |