X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Ffast-import%2Fgit-p4;h=342529db309821f461e8f77d05bc5e01c76802ec;hb=500ff119682eaa6d5047b40e54688219a57716ca;hp=3832f602253fbe793ddf81c61b61e5a2757ce89d;hpb=9a6682bab5e800465f0a4e44cdf18fe396ff4f6d;p=git.git diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 3832f6022..342529db3 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1142,7 +1142,7 @@ class P4Sync(Command): s = '' for (key, val) in self.users.items(): - s += "%s\t%s\n" % (key, val) + s += "%s\t%s\n" % (key.expandtabs(1), val.expandtabs(1)) open(self.getUserCacheFilename(), "wb").write(s) self.userMapFromPerforceServer = True