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?
When selecting
commityou will search for the character sequencekillin the commit message. To findkillin the source code you should selectgrep.