Module: Textus::Application::Read::Blame
- Defined in:
- lib/textus/application/read/blame.rb
Overview
For one key, joins every audit-log row with the git commit (sha, author, date, subject) that introduced the file state at that audit row. Falls back to ‘git => nil` when not in a git repo or when the file is untracked.
Defined Under Namespace
Classes: Impl
Class Method Summary collapse
-
.call(session:, ctx:, caps:) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument.