This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
a927a9bf6b
gitlab-org--gitlab-foss
/
app
/
views
/
search
/
results
/
_commit.html.haml
3 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
Add support for searching commit log messages Include the log messages of recent commits in project-level search results, providing functionality similar to 'git log --grep'. Update repository model rspec tests to validate the output of Repository#commits_with_log_matching.
2015-06-14 18:04:20 -04:00
.search-result-row
Fix code that depends on incorrect inflector behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-03 06:00:27 -05:00
= render 'projects/commits/commit', project: @project, commit: commit
Copy permalink