git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git archive should use vendor extension in pax header
@ 2016-01-24 15:59 fuz
  2016-01-26 22:06 ` René Scharfe
  0 siblings, 1 reply; 9+ messages in thread
From: fuz @ 2016-01-24 15:59 UTC (permalink / raw)
  To: git

Right now, git archive creates a pax global header of the form

    comment=57ca140635bf157354124e4e4b3c8e1bde2832f1

in tar archives it creates. This is suboptimal as as comments are
specified to be ignored by extraction software. It is impossible to
find out in an automatic way (short of guessing) that this is supposed
to be a commit hash. It would be much more useful if git created a
custom key. As per POSIX suggestions, something like this would be
appropriate:

    GIT.commit=57ca140635bf157354124e4e4b3c8e1bde2832f1

Please consider this suggestion.

Yours sincerely,
Robert Clausecker

-- 
()  ascii ribbon campaign - for an 8-bit clean world 
/\  - against html email  - against proprietary attachments

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-02-15 20:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 15:59 git archive should use vendor extension in pax header fuz
2016-01-26 22:06 ` René Scharfe
2016-01-27 23:25   ` fuz
     [not found]   ` <20160127114634.GA1976@fuz.su>
     [not found]     ` <56A92913.3030909@web.de>
2016-01-27 23:45       ` fuz
2016-01-28  8:13         ` Johannes Schindelin
2016-01-28  9:14           ` fuz
2016-02-06 13:23         ` René Scharfe
2016-02-06 14:57           ` fuz
2016-02-15 20:25             ` René Scharfe

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).