1
0
mirror of https://github.com/git/git.git synced 2024-10-21 03:28:41 +02:00
git/contrib/fast-import
Pete Wyckoff 084f6306d4 git-p4: decode p4 wildcard characters
There are four wildcard characters in p4.  Files with these
characters can be added to p4 repos using the "-f" option.
They are stored in %xx notation, and when checked out, p4
converts them back to normal.

This patch does the same thing when importing into git,
converting the four special characters.  Without this change,
the files appear with literal %xx in their names.

Be careful not to produce "*" in filenames on windows.  That
will fail.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-02-21 09:58:38 -08:00
..
git-import.perl
git-import.sh
git-p4 git-p4: decode p4 wildcard characters 2011-02-21 09:58:38 -08:00
git-p4.bat
git-p4.txt
import-directories.perl
import-tars.perl
import-zips.py