3

I already used search and also found another post with answers, but I can't find the following string in my history (using git bash on Windows):

$ git log --all -S'paste0(gsub("0",""'

And it must have been added somewhere - I think:

V1

and later

enter image description here

Any idea what can go wrong? Did I miss anything?

Christoph
  • 6,529
  • 3
  • 38
  • 79

1 Answers1

2

There seems to be a space after the comma in the screenshot, but not in your query.

choroba
  • 216,930
  • 22
  • 195
  • 267