author | Peter Krefting <peter@softwolves.pp.se> | |
Thu, 3 Sep 2009 12:15:00 +0000 (13:15 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 3 Sep 2009 16:44:41 +0000 (09:44 -0700) | ||
commit | 7e787953fb89fbe403060585f7c39f0c75f29318 | |
tree | d5c959166f295f9a219bfb38805d08e7e783fbff | tree | snapshot |
parent | 0b1fac320c10b83133f824805055ff428b331e19 | commit | diff |
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 <peter@softwolves.pp.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <peter@softwolves.pp.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/import-tars.perl | diff | blob | history |