* [PATCH] Documentation: add man page for "git bisect--helper"
@ 2009-04-13 22:00 Christian Couder
0 siblings, 0 replies; only message in thread
From: Christian Couder @ 2009-04-13 22:00 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Johannes Schindelin
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-13 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 22:00 [PATCH] Documentation: add man page for "git bisect--helper" Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).