summaryrefslogtreecommitdiffstats
path: root/contrib/fast-import/import-tars.perl (follow)
Commit message (Expand)AuthorAgeFilesLines
* import-tars: Add support for tarballs compressed with lzma, xzIngmar Vanhassel2009-10-221-1/+4
* import-tars: Add missing closing bracketIngmar Vanhassel2009-10-091-1/+1
* import-tars: Allow per-tar author and commit message.Peter Krefting2009-09-031-4/+46
* import-tars: support symlinksJohannes Schindelin2009-06-181-5/+12
* import-tars: separate author from committerGiuseppe Bilotta2009-03-201-5/+11
* Merge branch 'maint'Junio C Hamano2007-05-161-1/+1
|\
| * import-tars: Use the "Link indicator" to identify directoriesJohannes Schindelin2007-05-161-1/+1
* | Merge branch 'maint'Junio C Hamano2007-05-101-1/+1
|\|
| * Properly handle '0' filenames in import-tarsShawn O. Pearce2007-05-081-1/+1
* | Merge branch 'gfi-maint' into gfi-masterShawn O. Pearce2007-05-021-0/+19
|\|
| * Teach import-tars about GNU tar's @LongLink extension.Johannes Schindelin2007-05-021-0/+19
* | Merge branch 'maint'Junio C Hamano2007-04-291-0/+1
|\|
| * Fix import-tars fix.Junio C Hamano2007-04-291-1/+1
| * import-tars: be nice to wrong directory modesJohannes Schindelin2007-04-291-0/+1
* | fix importing of subversion tarsUwe Kleine-König2007-04-241-1/+6
|/
* Use gunzip -c over gzcat in import-tars example.Michael Loeffler2007-02-211-3/+6
* import-tars: brown paper bag fix for file mode.Michael Loeffler2007-02-121-3/+1
* tar archive frontend for fast-import.Shawn O. Pearce2007-02-081-0/+105