Re: git-p4 and keyword expansion
From: Jing Xue <hidden>
Date: 2016-06-15 22:45:20
Quoting dhruva [off-list ref]:
Hi, The git-p4 script unexpands all p4 keywords before feeding it to git fastimport. When there is a new version, it records only the diffs minus the keyword contents at it unexpands and then feeds to fastimport. When trying to submit back to perforce, applying a patch on top of the latest file in p4 with the keyword expanded fails because we have not tracked that difference. Patch applying fails and expects you to manually (out of git) to do a 'p4 submit' and get back and do 'git-p4 submit --continue'. Removing the keyword unexpanding code in 'git-p4' with the following patch makes it work:
I'm not really arguing against the patch itself, but just wondering whether it would be a good idea to make it optional or configurable. IIUC, there are reasons for git to discourage keyword expansion - for instance as discussed in this thread: http://kerneltrap.org/mailarchive/git/2007/10/11/335112 Cheers. -- Jing Xue ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.