Skip to content

Commit 69a9cd3

Browse files
chriscoolgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bb471bf commit 69a9cd3

File tree

3 files changed

+1364
-0
lines changed

3 files changed

+1364
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ DOC_HTML=$(MAN_HTML)
1717
ARTICLES = howto-index
1818
ARTICLES += everyday
1919
ARTICLES += git-tools
20+
ARTICLES += git-bisect-lk2009
2021
# with their own formatting rules.
2122
SP_ARTICLES = howto/revert-branch-rebase howto/using-merge-subtree user-manual
2223
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))

0 commit comments

Comments
 (0)