logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git::Raw::Index::Conflict - Git index conflict class

Author

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::Index::Conflict represents a conflict in a Git repository index.

       WARNING: The API of this module is unstable and may change without warning (any change will be
       appropriately documented in the changelog).

Methods

ours()
       Retrieve our side of the conflict. Returns a Git::Raw::Index::Entry object, or "undef" if not applicable.

   ancestor()
       Retrieve the ancestor side of the conflict. Returns a Git::Raw::Index::Entry object, or "undef" if not
       applicable.

   theirs()
       Retrieve their side of the conflict. Returns a Git::Raw::Index::Entry object, or "undef" if not
       applicable.

Name

       Git::Raw::Index::Conflict - Git index conflict class

Version

       version 0.90

See Also