File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
docs/productive/git/advanced Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,15 @@ Git’s database internals
88.. seealso ::
99 * `Commits are snapshots, not diffs
1010 <https://github.blog/2020-12-17-commits-are-snapshots-not-diffs/> `_
11- * `Git’s database internals I: packed object store
12- <https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/> `_
13- * `Git’s database internals II: commit history queries
14- <https://github.blog/2022-08-30-gits-database-internals-ii-commit-history-queries/> `_
15- * `Git’s Database Internals III: File History Queries
16- <https://github.blog/2022-08-31-gits-database-internals-iii-file-history-queries/> `_
11+ * Git’s database internals
12+
13+ * `Part I: packed object store
14+ <https://github.blog/2022-08-29-gits-database-internals-i-packed-object-store/> `_
15+ * `Part II: commit history queries
16+ <https://github.blog/2022-08-30-gits-database-internals-ii-commit-history-queries/> `_
17+ * `Part III: file history queries
18+ <https://github.blog/2022-08-31-gits-database-internals-iii-file-history-queries/> `_
19+ * `Part IV: distributed synchronization
20+ <https://github.blog/2022-09-01-gits-database-internals-iv-distributed-synchronization/> `_
21+ * `Part V: scalability
22+ <https://github.blog/2022-09-02-gits-database-internals-v-scalability/> `_
You can’t perform that action at this time.
0 commit comments