t3703: Skip tests using directory name ":" on Windows
[gitweb.git] / Documentation / git-bisect.txt
index 1701e42e4aa87fe6beb78c38201ae35adf1d68dd..4b4b096ce5390d4343c73fe187d686e7072d3549 100644 (file)
@@ -327,14 +327,6 @@ $ git bisect run sh -c "make || exit 125; ~/check_test_case.sh"
 +
 Does the same as the previous example, but 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],