1

I would like to search for kill in the gitweb interface of the repository of Bash .

In that link, I typed kill on the top right input box, and leave commitselected on the left. But the search result is empty, which is incorrect.

So how can I search for a string in the gitweb interface of a Git repository?

halfer
  • 19,824
  • 17
  • 99
  • 186
Tim
  • 1
  • 141
  • 372
  • 590

1 Answers1

2

When selecting commit you will search for the character sequence kill in the commit message. To find kill in the source code you should select grep.

joran
  • 2,815
  • 16
  • 18
  • Thanks. I'd appreciate if you could consider https://stackoverflow.com/questions/54267252/is-gitweb-a-web-application-or-the-client-of-a-web-application – Tim Jan 19 '19 at 14:12