From: Øyvind H. <go...@us...> - 2009-11-04 19:26:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 099e5b69201608b5f52a3e527c180aedb45db905 (commit) from 1b60ce8d5badb730739744323cb7cd4ac6c252af (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 099e5b69201608b5f52a3e527c180aedb45db905 Author: Ãyvind Harboe <oyv...@zy...> Date: Wed Nov 4 19:25:20 2009 +0100 docs: add reference to git bisect docs on BUGS page Signed-off-by: Ãyvind Harboe <oyv...@zy...> diff --git a/BUGS b/BUGS index d224177..0cb99ae 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 ----------------------------------------------------------------------- Summary of changes: BUGS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |