The guts of git
The guts of git
Posted Apr 15, 2005 21:45 UTC (Fri) by proski (subscriber, #104)In reply to: The guts of git by joey
Parent article: The guts of git
You cannot just multiply the number of revisions by the number of files unless you change all files in every revision. The files that don't change between revisions are not stored as separate copies (because their SHA1 checksum is the same). In fact, if you revert to original file contents, the repository would be reusing the old files.