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. > > v/r, > Neal Might replacing '*' by '--all' give you what are looking for? -- 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