On Tue, Jan 6, 2009 at 1:18 PM, <chris@xxxxxxxxxxxx> wrote: > I want to pull an old version of a file into my local directory and make it > appear like work I haven't added to index yet... > > > So how modify > > > git checkout <commit> <file> > > to do this? I have a stupid way to do this: $ git show v2.6.12:Makefile > Makefile $ git diff --cached /* no outputs */ Ugly but seems work. -- Thanks, Jike -- 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