Jakub Narebski [off-list ref] writes:
I have noticed few files in .git/ directory which currently are not covered
(and neither is their format) by Documentation/repository-layout.txt
* COMMIT_EDITMSG (temporary file, when I decided during writing commit
message that I should change something before commit)
* FETCH_HEAD (format?)
* HEAD, ORIG_HEAD and probably some other *_HEAD
* .tmp-vtag (I'm not sure what have left that, probably git-verify-tag
broken due to lack of signing PGP keys)
* description file
I know they are fairly obvious, but having everything that one could fing in
his/her git-core managed .git repository would be nice...
Yup, please make it so.
Junio C Hamano wrote:
Jakub Narebski [off-list ref] writes:
quoted
I have noticed few files in .git/ directory which currently are not covered
(and neither is their format) by Documentation/repository-layout.txt
* COMMIT_EDITMSG (temporary file, when I decided during writing commit
message that I should change something before commit)
* FETCH_HEAD (format?)
* HEAD, ORIG_HEAD and probably some other *_HEAD
* .tmp-vtag (I'm not sure what have left that, probably git-verify-tag
broken due to lack of signing PGP keys)
* description file
I know they are fairly obvious, but having everything that one could fing in
his/her git-core managed .git repository would be nice...
I have just noticed that _config_ file (!)is not covered by repository-layout.txt
Yup, please make it so.
Could you then tell me what is the format of FETCH_HEAD and what other *_HEADs
can be seen in $GIT_DIR (MERGE_HEAD?)?
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git