* Items not covered by repository-layout.txt
@ 2006-07-10 20:46 Jakub Narebski
2006-07-10 21:29 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Narebski @ 2006-07-10 20:46 UTC (permalink / raw)
To: git
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...
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Items not covered by repository-layout.txt
2006-07-10 20:46 Items not covered by repository-layout.txt Jakub Narebski
@ 2006-07-10 21:29 ` Junio C Hamano
2006-07-10 21:42 ` Jakub Narebski
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2006-07-10 21:29 UTC (permalink / raw)
To: git; +Cc: jnareb
Jakub Narebski <jnareb@gmail.com> 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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Items not covered by repository-layout.txt
2006-07-10 21:29 ` Junio C Hamano
@ 2006-07-10 21:42 ` Jakub Narebski
2006-07-11 0:23 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Narebski @ 2006-07-10 21:42 UTC (permalink / raw)
To: git
Junio C Hamano wrote:
> Jakub Narebski <jnareb@gmail.com> 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...
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Items not covered by repository-layout.txt
2006-07-10 21:42 ` Jakub Narebski
@ 2006-07-11 0:23 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2006-07-11 0:23 UTC (permalink / raw)
To: jnareb; +Cc: git
Jakub Narebski <jnareb@gmail.com> writes:
> Could you then tell me what is the format of FETCH_HEAD and what other *_HEADs
> can be seen in $GIT_DIR (MERGE_HEAD?)?
Which essentially is that you are telling me to do that, but I
am a bit busy this week.
If you can use the source to figure them out, that would be
great; otherwise this can wait or others can chime in.
For FETCH_HEAD fmt-merge-msg and git-pull would be helpful.
The general format is, one entry per line:
object name <TAB> merge-marker <TAB> notes
where merge-marker is either empty (for commits to be merged by
git-pull that called git-fetch) or not-for-merge, and notes is a
human readable comment that describes where that object came
from. Note that this is read both by humans _AND_ machine;
fmt-merge-msg relies on how it is stated.
Others "git grep -e _HEAD -- '*.sh'" perhaps.
ORIG_HEAD - used to keep the value of HEAD before we do
anything we might regret
MERGE_HEAD - one or more commit object names that are
being merged into the current branch during
a merge.
MERGE_MSG - generated message for an automerge.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-11 0:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 20:46 Items not covered by repository-layout.txt Jakub Narebski
2006-07-10 21:29 ` Junio C Hamano
2006-07-10 21:42 ` Jakub Narebski
2006-07-11 0:23 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).