A simple git command that allows to list the type of all the git objects along with the hashes for the specified directory.
Usage Example:
git-check-object /home/sadist/
It requires git to be initialized for the specified directory.
Plumbing command for git that allows to visualize the type of the object hashes generated inside .git/objects/ directory.
For example:
git-check-object /home/sadist/
This command requires git to be initialized to this directory (specified directory), otherwise it will throw an error.
View full history Series and milestones
trunk series is the current focus of development.