Junio C Hamano writes:
>> +== Design explanations
>> + ...
>> +[3] The data of the cache-tree extension and the resolve undo
>> +extension is now part of the index itself, but if other extensions
>> +come up in the future, there is no need to change the index, they
>> +can simply be a
On 08/09, Junio C Hamano wrote:
> Thomas Gummerer writes:
>
> > +GIT index format
> > +
> > +
> > +== The git index file format
> > +
> > + The git index file (.git/index) documents the status of the files
> > + in the git staging area.
> > +
> > + The staging area is used
Thomas Gummerer writes:
> +GIT index format
> +
> +
> +== The git index file format
> +
> + The git index file (.git/index) documents the status of the files
> + in the git staging area.
> +
> + The staging area is used for preparing commits, merging, etc.
The above two a
Add a documentation of the index file format version 5 to
Documentation/technical.
Helped-by: Michael Haggerty
Helped-by: Junio C Hamano
Helped-by: Thomas Rast
Helped-by: Nguyen Thai Ngoc Duy
Helped-by: Robin Rosenberg
Signed-off-by: Thomas Gummerer
---
Documentation/technical/index-file-fo
4 matches
Mail list logo