Andy Parkins <andyparkins@xxxxxxxxx> writes: > I had to jump through quite a few hoops to get the expanded $Id$ into a > repository (originally it was because I used an older version of git in > one place, and a newer one in another). > > I'll see what I can do to make a test case though. Wouldn't it be sufficient to: (1) prepare a file with "$Id$", use ident in .gitattributes, check it in and commit; (2) remove it from the working tree, check it out with "checkout -f"; (3) temorarily move away .gitattributes, modify the file, and check it in; (4) move .gitattributes back into its place, and commit. - 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