Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Oct 30, 2023
1 parent 428c378 commit 126b358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tinygit/pickaxe.lua
Original file line number Diff line number Diff line change
@@ -161,6 +161,7 @@ function M.searchFileHistory()
if not query then return end -- aborted
local response
if query == "" then
-- without argument, search all commits that touched the current file
response = fn.system { "git", "log", "--format=%h\t%s\t%cr\t%cn", "--", filename }
else
response = fn.system {

0 comments on commit 126b358

Please sign in to comment.