git p4: handle files with wildcards when doing RCS scrubbing
commit79467e61aa30342d7fb17232624ec5ade4cbbe6a
authorPete Wyckoff <pw@padd.com>
Tue, 21 Jan 2014 23:16:45 +0000 (21 18:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2014 16:06:19 +0000 (22 08:06 -0800)
tree44913add825355bf24771ea0c0baf50d47ea9e4e
parent0cf1b72a38e6190a7e614bbc53fbb81704a3d4af
git p4: handle files with wildcards when doing RCS scrubbing

Commit 9d7d446 (git p4: submit files with wildcards, 2012-04-29)
fixed problems with handling files that had p4 wildcard
characters, like "@" and "*".  But it missed one case, that of
RCS keyword scrubbing, which uses "p4 fstat" to extract type
information.  Fix it by calling wildcard_encode() on the raw
filename.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py
t/t9812-git-p4-wildcards.sh