Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxx> and the git-list +<git@xxxxxxxxxxxxxxx>. + +Documentation +------------- +Documentation by Christian Couder <chriscool@xxxxxxxxxxxxx> and the +git-list <git@xxxxxxxxxxxxxxx>. + +GIT +--- +Part of the linkgit:git[1] suite -- 1.6.2.2.572.g4420a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html