Git
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
(→Related formats) |
||
Line 17: | Line 17: | ||
* [[SHA-1]] - Used to create object identifiers | * [[SHA-1]] - Used to create object identifiers | ||
* [[zlib]] - Used to compress data | * [[zlib]] - Used to compress data | ||
+ | * [[Virtual File System for Git]] | ||
== Links == | == Links == |
Revision as of 13:36, 8 February 2020
git is an open-source revision control system for software development, originally developed by Linus Torvalds for tracking Linux kernel sources, before being widely adopted by many other projects and companies.
Specifications
- GIT repository layout
- Git pack format
- Unpacking Git packfiles
- What is the format of a git “blob”?
- gitignore format
Related formats
- SHA-1 - Used to create object identifiers
- zlib - Used to compress data
- Virtual File System for Git