This contains a possible way to fixup RCS keyword woes in git-p4. The first patch adds a test case to demonstrate the problem. It would be useful to get this into git proper. The second patch shows a possible way to solve the problem, by patching up the RCS keywords in the p4 checked-out tree. This patch does not cover all cases and is poorly tested. I'd like to see if this seems like a plausible approach. Luke Diamand (2): git-p4: add test case for RCS keywords git-p4: initial demonstration of possible RCS keyword fixup contrib/fast-import/git-p4 | 43 ++++++++++++++++++++++- t/t9810-git-p4-rcs.sh | 82 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+), 2 deletions(-) create mode 100755 t/t9810-git-p4-rcs.sh -- 1.7.9.rc2.128.gfce41.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html