summaryrefslogtreecommitdiff
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2009-11-08 15:09:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-09 02:29:08 (GMT)
commit69a9cd31b18008cbacfb35406a1bfa17fc1f352a (patch)
treed641aa96b168769aecb7bc807910e41fdec12f11 /Documentation/git-bisect.txt
parentbb471bf74fdff4e6e93e39677e9dab36e716b6f1 (diff)
downloadgit-69a9cd31b18008cbacfb35406a1bfa17fc1f352a.zip
git-69a9cd31b18008cbacfb35406a1bfa17fc1f352a.tar.gz
git-69a9cd31b18008cbacfb35406a1bfa17fc1f352a.tar.bz2
Documentation: add "Fighting regressions with git bisect" article
This patch adds an asciidoc version of the "Fighting regressions with git bisect" article that the author wrote for the Linux-Kongress 2009 (http://www.linux-kongress.org/2009). This paper might be interesting to people who want to learn as much as possible about "git bisect" from a single document. The slides of the related presentation are available at: http://www.linux-kongress.org/2009/slides/fighting_regressions_with_git_bisect_christian_couder.pdf But the Linux Kongress people will not publish this paper online because they print the papers on their UpTimes magazine (http://www.lob.de/isbn/978-3-86541-358-1). But they don't take away the rights of the author (which is very nice), so I have the right to publish it. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index d2ffae0..c39d957 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -330,6 +330,11 @@ Documentation
-------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+SEE ALSO
+--------
+link:git-bisect-lk2009.html[Fighting regressions with git bisect],
+linkgit:git-blame[1].
+
GIT
---
Part of the linkgit:git[1] suite