I want to find out in which commit did I add the code given below:
if (getListView().getChildCount() == 0) getActivity().findViewById(androi
git log -S searchTerm
gives you the commits in which the search term was introduced.