Search notes:

object database [git]

The database for git objects, stored under .git/objects (loose objects) and .git/objects/pack (object database [git] git-db-pack-files[pack files])

Loose objects

One file corresponds to one object.
The content of the file is not compressed and not in an other binary format: it can be viewed with cat or a text editor.

Pack files

In order to save space, git might choose to pack multiple loose objects into a pack file (along with an *.idx file.
TODO: git show-index
Apparently, git uses zlib to compress the loose object files.

See also

git prune, git fsck

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...', 1740458474, '3.143.222.84', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/version-control-systems/git/objects/database(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78