On Sun, Nov 27, 2011 at 11:22 PM, Robby Findler <[email protected]> wrote: > Does anyone know how to grep backwards through the history of a file, using > git?
I'd do this: % cd collects/test-engine % git log -p -Senable . where 'enable' might be something else. However, that exact query shows that either you broke the code in commit 1b29fd590b which I find unlikely from the text of the commit, or it was something not found by that query. :( -- sam th [email protected] _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

