Git
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Development | |subcat=Development | ||
+ | |extensions={{noext}}, {{ext|pack}}, {{ext|idx}} | ||
|released=2005 | |released=2005 | ||
}} | }} | ||
Line 8: | Line 9: | ||
== Specifications == | == Specifications == | ||
* [http://git-scm.com/docs/gitrepository-layout GIT repository layout] | * [http://git-scm.com/docs/gitrepository-layout GIT repository layout] | ||
+ | * [https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt Git pack format] | ||
* [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”?] | ||
== Related formats == | == Related formats == |
Revision as of 20:17, 30 April 2016
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.