[racket-dev] [racket] Disable/Enable Tests
On Sun, Nov 27, 2011 at 11:22 PM, Robby Findler
<robby at eecs.northwestern.edu> 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
samth at ccs.neu.edu