how I can find a 'string' in a whole log of the project's commits I know there is: git log -p --grep=<string> and some options
I don't know as correctly it to use I absolutely know, that the log of my project contains the string ' *somestring1*', but those commands does not have any output: git log -p --grep=somestring1 git log -p --grep='somestring1' git log -p --grep='somestring1' -i git log -p --grep='somestring1' -i -F git log -p --grep='somestring1' -F What I doing wrong? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
