Martin von Zweigbergk wrote: > On Thu, Nov 11, 2010 at 8:28 PM, Neal Kreitzinger <neal@xxxxxxxx> wrote: >> Is there a way to scan my entire repo (many unmerged branches) for any >> changes to a file? >> e.g. >> $ git log * -- somepath/myblob >> would return all commits in the repo that changed myblob. > > Might replacing '*' by '--all' give you what are looking for? Probably with --full-history if you want to know what happened on historic branches, too. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html