Reputation: 15018
Given a file in a repository that might have been forked many a time, how would I go about searching for where it originally came from by searching the whole of GitHub, not just the current repository?
Specifically, I am looking at this file and would like to know where it originated as I want to track down the licence. I can perform this global search from the top page of https://github.com:
filename:featurepyramid.cpp fork:false
This returns 219 results, and there is no option to sort by "Earliest check-in date", which would at least get me some of the way to the answer. How can I get GitHub to help me narrow down my search?
Upvotes: 3
Views: 391