DORMANTno replies

[PATCH] Documentation: add man page for "git bisect--helper"

From: Christian Couder <hidden>
Date: 2016-06-15 22:46:36
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

Signed-off-by: Christian Couder <redacted>
---
 Documentation/git-bisect--helper.txt |   41 ++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/git-bisect--helper.txt
diff --git a/Documentation/git-bisect--helper.txt b/Documentation/git-bisect--helper.txt
new file mode 100644
index 0000000..c6ae3f5
--- /dev/null
+++ b/Documentation/git-bisect--helper.txt
@@ -0,0 +1,41 @@
+git-bisect--helper(1)
+=====================
+
+NAME
+----
+git-bisect--helper - helper command for git bisect
+
+SYNOPSIS
+--------
+'git bisect--helper' --next-vars
+
+DESCRIPTION
+-----------
+
+This plumbing command implements some 'git bisect' related
+functionality in C code.
+
+It was created to make it easier to move bisect functionality from the
+"git-bisect.sh" shell script to compiled C code.
+
+OPTIONS
+-------
+--next-vars::
+	Read bisect related references in 'refs/bisect' and use them
+	to compute next bisection point information. Then output this
+	information so that it can easily and safely be eval'ed by a
+	shell script.
+
+Author
+------
+Written by Christian Couder <chriscool@tuxfamily.org> and the git-list
+<git@vger.kernel.org>.
+
+Documentation
+-------------
+Documentation by Christian Couder <chriscool@tuxfamily.org> and the
+git-list <git@vger.kernel.org>.
+
+GIT
+---
+Part of the linkgit:git[1] suite
-- 
1.6.2.2.572.g4420a
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help