Skip to content

Commit

Permalink
feat(git): always use --recurse-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Feb 28, 2025
1 parent 305e1ae commit 5a24749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/blink-ripgrep/backends/git_grep/gitgrep_command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function GitgrepCommand.get_command(prefix)
-- use a null byte as the separator. This avoids issues with whitespace
-- being padded in the line and column number output.
"--null",
"--recurse-submodules",
"--",
prefix .. "[\\w_-]+",
}
Expand Down

0 comments on commit 5a24749

Please sign in to comment.