Search notes:

tree object [git]

A tree object contains a list of file names and modes along with refs to the associated blobs and/or tree objects.
A tree is the equivalent to a directory.

Looking at the content of a tree object

git ls-tree 5f39acdb8...

(Sub-)directories

(Sub-)directories are stored as an object id to another tree-object.
Git internals: git tree object

tree-ish

A tree object or an object that can be recursively dereferenced to a tree object.
Dereferencing a commit object yields the tree object corresponding to the revision's top directory.
The following are tree-ishes:

See also

A tree object's hash can be shown with git's --format option %T (full) and %t (abbreviated)
Git objects

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759398445, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/version-control-systems/git/objects/tree(69): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78