From 099e5b69201608b5f52a3e527c180aedb45db905 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98yvind=20Harboe?= <oyvind.harboe@zylin.com>
Date: Wed, 4 Nov 2009 19:25:20 +0100
Subject: [PATCH] docs: add reference to git bisect docs on BUGS page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
---
 BUGS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/BUGS b/BUGS
index d22417776..0cb99ae63 100644
--- 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
-- 
GitLab