Search notes:

.git/objects

Determining the object directory

git rev-parse --git-path objects

TODO

Objects

Objects are identified by a hexadecimal number like 3750c6e13c62eb71fc43a9a47c2908118cb16619.
The content of such objects is bineary, it can be pretty printed with
git cat-file -p 3750c6e13c62eb71fc43a9a47c2908118cb16619

See also

Git objects
.git/objects/info
$GIT_COMMON_DIR
.git directory structure

Index