I want to find out in which commit did I add the code given below:
if (getListView().getChildCount() == 0)
getActivity().findViewById(androi
If code is being maintained in Git repository and intellij IDE along with Git plugin is being used to browse the code then i have found the following way very intuitive:
intellijFollowing screenshots are for the references: