Hi Git, When I use "git p4 unshelve 4495953", it failed. I have fixed this issue locally. You can check the attached for details. What have I done to fix this: It's because the line#4240 in function "findLastP4Revision" of git-p4.py: log = extractLogMessageFromGitCommit("{0}^{1}".format(starting_point, parent)) I think it should be: log = extractLogMessageFromGitCommit("{0}~{1}".format(starting_point, parent)) Best Regards, Jackson(Xuhui) Liu ------------------------------------------------------------------------------------- 1-14F, Tower 1, Candor Plaza No.669 Huanke Rd., Pudong District, Shanghai 201210, China Facebook |  Twitter |  amd.com