Is it possible to back up in time on the PM tree to find a particular commit, even across rebasings? I'm interested in the commit used by TI to base their AM3517 work on which is: [Commit:ef25c2a0e0]: OMAP3: PM: defconfig: enable SRF by default. I tried: git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git git checkout -b pm origin/pm git reset --hard ef25c2a0 But that came back with: fatal: ambiguous argument 'ef25c2a0': unknown revision or path not in the working tree. My git 'fu' is pretty weak. Any ideas why this doesn't work? Thanks in advance! -- Peter Barada <peterb@xxxxxxxxxxx> Logic Product Development, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html