Git
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
|||
Line 12: | Line 12: | ||
* [https://codewords.recurse.com/issues/three/unpacking-git-packfiles/ Unpacking Git packfiles] | * [https://codewords.recurse.com/issues/three/unpacking-git-packfiles/ Unpacking Git packfiles] | ||
* [http://www.gitguys.com/topics/what-is-the-format-of-a-git-blob/ What is the format of a git “blob”?] | * [http://www.gitguys.com/topics/what-is-the-format-of-a-git-blob/ What is the format of a git “blob”?] | ||
+ | * [https://git-scm.com/docs/gitignore gitignore format] | ||
== Related formats == | == Related formats == |
Revision as of 15:30, 15 September 2019
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