.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Git::Raw 3pm" .TH Git::Raw 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Git::Raw \- Perl bindings to the Git linkable library (libgit2) .SH VERSION .IX Header "VERSION" version 0.90 .SH DESCRIPTION .IX Header "DESCRIPTION" libgit2 is a pure C implementation of the Git core methods provided as a re-entrant linkable library designed to be fast and portable with a solid API. This module provides Perl bindings to the libgit2 API. .PP \&\fBWARNING\fR: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog). .SH METHODS .IX Header "METHODS" .SS "features( )" .IX Subsection "features( )" List of (optional) compiled in features. Git::Raw may be built with support for threads, HTTPS and SSH. .ie n .SS "message_prettify( $msg, [$strip_comments, $comment_char] )" .el .SS "message_prettify( \f(CW$msg\fP, [$strip_comments, \f(CW$comment_char\fP] )" .IX Subsection "message_prettify( $msg, [$strip_comments, $comment_char] )" Clean up \f(CW$msg\fR from excess whitespace and ensure that the last line ends with a newline. The default is to strip all comments, starting with a \f(CW\*(C`#\*(C'\fR, unless otherwise specified. .SH DOCUMENTATION .IX Header "DOCUMENTATION" .SS Git::Raw::AnnotatedCommit .IX Subsection "Git::Raw::AnnotatedCommit" .SS Git::Raw::Blame .IX Subsection "Git::Raw::Blame" .SS Git::Raw::Blame::Hunk .IX Subsection "Git::Raw::Blame::Hunk" .SS Git::Raw::Blob .IX Subsection "Git::Raw::Blob" .SS Git::Raw::Branch .IX Subsection "Git::Raw::Branch" .SS Git::Raw::Cert .IX Subsection "Git::Raw::Cert" .SS Git::Raw::Cert::HostKey .IX Subsection "Git::Raw::Cert::HostKey" .SS Git::Raw::Cert::X509 .IX Subsection "Git::Raw::Cert::X509" .SS Git::Raw::Commit .IX Subsection "Git::Raw::Commit" .SS Git::Raw::Config .IX Subsection "Git::Raw::Config" .SS Git::Raw::Cred .IX Subsection "Git::Raw::Cred" .SS Git::Raw::Diff .IX Subsection "Git::Raw::Diff" .SS Git::Raw::Diff::Delta .IX Subsection "Git::Raw::Diff::Delta" .SS Git::Raw::Diff::File .IX Subsection "Git::Raw::Diff::File" .SS Git::Raw::Diff::Hunk .IX Subsection "Git::Raw::Diff::Hunk" .SS Git::Raw::Diff::Stats .IX Subsection "Git::Raw::Diff::Stats" .SS Git::Raw::Error .IX Subsection "Git::Raw::Error" .SS Git::Raw::Error::Category .IX Subsection "Git::Raw::Error::Category" .SS Git::Raw::Filter .IX Subsection "Git::Raw::Filter" .SS Git::Raw::Filter::List .IX Subsection "Git::Raw::Filter::List" .SS Git::Raw::Filter::Source .IX Subsection "Git::Raw::Filter::Source" .SS Git::Raw::Graph .IX Subsection "Git::Raw::Graph" .SS Git::Raw::Index .IX Subsection "Git::Raw::Index" .SS Git::Raw::Index::Conflict .IX Subsection "Git::Raw::Index::Conflict" .SS Git::Raw::Index::Entry .IX Subsection "Git::Raw::Index::Entry" .SS Git::Raw::Indexer .IX Subsection "Git::Raw::Indexer" .SS Git::Raw::Mempack .IX Subsection "Git::Raw::Mempack" .SS Git::Raw::Merge::File::Result .IX Subsection "Git::Raw::Merge::File::Result" .SS Git::Raw::Note .IX Subsection "Git::Raw::Note" .SS Git::Raw::Object .IX Subsection "Git::Raw::Object" .SS Git::Raw::Odb .IX Subsection "Git::Raw::Odb" .SS Git::Raw::Odb::Backend .IX Subsection "Git::Raw::Odb::Backend" .SS Git::Raw::Odb::Backend::Loose .IX Subsection "Git::Raw::Odb::Backend::Loose" .SS Git::Raw::Odb::Backend::OnePack .IX Subsection "Git::Raw::Odb::Backend::OnePack" .SS Git::Raw::Odb::Backend::Pack .IX Subsection "Git::Raw::Odb::Backend::Pack" .SS Git::Raw::Odb::Object .IX Subsection "Git::Raw::Odb::Object" .SS Git::Raw::Packbuilder .IX Subsection "Git::Raw::Packbuilder" .SS Git::Raw::Patch .IX Subsection "Git::Raw::Patch" .SS Git::Raw::PathSpec .IX Subsection "Git::Raw::PathSpec" .SS Git::Raw::PathSpec::MatchList .IX Subsection "Git::Raw::PathSpec::MatchList" .SS Git::Raw::Rebase .IX Subsection "Git::Raw::Rebase" .SS Git::Raw::Rebase::Operation .IX Subsection "Git::Raw::Rebase::Operation" .SS Git::Raw::RefSpec .IX Subsection "Git::Raw::RefSpec" .SS Git::Raw::Reference .IX Subsection "Git::Raw::Reference" .SS Git::Raw::Reflog .IX Subsection "Git::Raw::Reflog" .SS Git::Raw::Reflog::Entry .IX Subsection "Git::Raw::Reflog::Entry" .SS Git::Raw::Remote .IX Subsection "Git::Raw::Remote" .SS Git::Raw::Repository .IX Subsection "Git::Raw::Repository" .SS Git::Raw::Signature .IX Subsection "Git::Raw::Signature" .SS Git::Raw::Submodule .IX Subsection "Git::Raw::Submodule" .SS Git::Raw::Stash .IX Subsection "Git::Raw::Stash" .SS Git::Raw::Stash::Progress .IX Subsection "Git::Raw::Stash::Progress" .SS Git::Raw::Tag .IX Subsection "Git::Raw::Tag" .SS Git::Raw::TransferProgress .IX Subsection "Git::Raw::TransferProgress" .SS Git::Raw::Tree .IX Subsection "Git::Raw::Tree" .SS Git::Raw::Tree::Builder .IX Subsection "Git::Raw::Tree::Builder" .SS Git::Raw::Tree::Entry .IX Subsection "Git::Raw::Tree::Entry" .SS Git::Raw::Walker .IX Subsection "Git::Raw::Walker" .SS Git::Raw::Worktree .IX Subsection "Git::Raw::Worktree" .SH AUTHOR .IX Header "AUTHOR" Alessandro Ghedini .PP Jacques Germishuys .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" Copyright 2012 Alessandro Ghedini. .PP This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. .PP See http://dev.perl.org/licenses/ for more information.