The book Pro Git says that the staging area is just a list, or index, that says which files will be committed when a git commit is done, and now the name inde
git commit
inde
It's an index but to a list of modification trees, not files directly. See the different type of objects git handle.