【问题标题】:How can I search for a string in the gitweb interface of a git repository?如何在 git 存储库的 gitweb 界面中搜索字符串?
【发布时间】:2019-01-06 06:11:09
【问题描述】:

我想在the repository of Bash的gitweb界面搜索kill

在那个链接中,我在右上角的输入框中输入了kill,并在左侧留下了commitselected。但是搜索结果是空的,which is incorrect

那么如何在 Git 仓库的 gitweb 界面中搜索字符串呢?

【问题讨论】:

  • Git 克隆 repo 和 git grep?

标签: git gitweb


【解决方案1】:

选择commit 时,您将在提交消息中搜索字符序列kill。 要在源代码中找到kill,您应该选择grep

【讨论】:

猜你喜欢
  • 2010-10-19
  • 1970-01-01
  • 2013-06-09
  • 2011-10-23
  • 2010-12-20
  • 2011-03-26
  • 1970-01-01
  • 2017-02-12
  • 2014-10-05
相关资源
最近更新 更多