docs: add reference to git bisect docs on BUGS page
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 4 Nov 2009 18:25:20 +0000 (19:25 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 4 Nov 2009 18:25:20 +0000 (19:25 +0100)
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
BUGS

diff --git a/BUGS b/BUGS
index d22417776b4f3cb2309747e42ac4605bc5cb5674..0cb99ae63de3721d119541d9d7aade9b5525b11c 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -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