import-tars: Allow per-tar author and commit message.
authorPeter Krefting <redacted>
Thu, 3 Sep 2009 12:15:00 +0000 (13:15 +0100)
committerJunio C Hamano <redacted>
Thu, 3 Sep 2009 16:44:41 +0000 (09:44 -0700)
commit7e787953fb89fbe403060585f7c39f0c75f29318
treed5c959166f295f9a219bfb38805d08e7e783fbff
parent0b1fac320c10b83133f824805055ff428b331e19
import-tars: Allow per-tar author and commit message.

If the "--metainfo=<ext>" option is given on the command line, a file
called "<filename.tar>.<ext>" will be used to create the commit message
for "<filename.tar>", instead of using "Imported from filename.tar".

The author and committer of the tar ball can also be overridden by
embedding an "Author:" or "Committer:" header in the metainfo file.

Signed-off-by: Peter Krefting <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/fast-import/import-tars.perl
git clone https://git.99rst.org/PROJECT