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::Object - Git object

Author

       Jacques Germishuys <jacquesg@cpan.org>

Constants

ANY
       Any

   BAD
       Invalid

   COMMIT
       Commit

   TREE
       Tree (directory listing)

   BLOB
       File revision (blob)

   TAG
       Annotated tag

Description

       Git::Raw::Object provides a namespace for object constants.

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

Methods

id()
       Retrieve the id of the object, as a string.

   lookup($id)
       Retrieve the object corresponding to $id. Returns a Git::Raw::Object.

   type()
       Get the object type.

Name

       Git::Raw::Object - Git object

Version

       version 0.90

See Also