On Tue, Jul 10, 2018 at 1:16 PM, 周应天 <[email protected]> wrote: > Hi, > I’m using following command to do some search work: > git log --all -G 'some regexp' -p — path/to/my/file. > But the output could miss some commit. (For example, I grep a little piece of > code from a commit diff message(properly handled for regexp), but when I use > the command above to search that code, I could not get that commit.) > I wonder that it is because I use it in a wrong way? Then what should > I do to correct it.
Have you tried with --full-history? Does that find what you're looking for?

