I'm trying to find something that did not get committed into master.

I'm working on a mod for minecraft. At some point in the past, on one of the 
branches, I made a change to replace tests for Blocks.AIR (a constant referring 
to a single block) with block.isAir() (a method call to ask blocks if they 
should be treated as air).

I've just found that this isn't on master, so at some point, either something 
did not merge, or else it did not merge properly.

What I want to do: Starting from a specific commit, search any/all branches 
after that looking for "isAir" to see where it was added, so I can figure out 
what got lost / mis-merged.

How do I do this?

---
Entertaining minecraft videos
http://YouTube.com/keybounce

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to