author | Junio C Hamano <gitster@pobox.com> | |
Wed, 23 Mar 2011 04:38:15 +0000 (21:38 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 23 Mar 2011 04:38:15 +0000 (21:38 -0700) |
* mg/doc-bisect-tweak-worktree:
git-bisect.txt: example for bisecting with hot-fix
git-bisect.txt: streamline run presentation
git-bisect.txt: example for bisecting with hot-fix
git-bisect.txt: streamline run presentation
1 | 2 | |||
---|---|---|---|---|
Documentation/git-bisect.txt | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-bisect.txt
index 4b4b096ce5390d4343c73fe187d686e7072d3549,989e2238d653f2141a8cca061412f043ef13bcae..7b7bafba0c514755f9eec423b5aed19db640c091
$ git bisect run sh -c "make || exit 125; ~/check_test_case.sh"
------------
+
- Does the same as the previous example, but on a single line.
+ This shows that you can do without a run script if you write the test
+ on a single line.
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-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],