In discussions about git
mentions of the so-called "git database" are not uncommon, but I've never been able to tell (from the context) whether "the git database" refers to the .git
directory, or to the .git/objects
directory, or to the .git/index
file, or something else altogether.
I'm sure that different people, at different times, mean different things by this term, but I'm wondering if there's anything like an "official" (or at least reasonably authoritative1) definition of what the "git database" refers to.
1 For example, a quotation by Torvalds along the lines of "the git database is xyz" would do for me as an authoritative definition.