diff --git a/share/completions/git.fish b/share/completions/git.fish index 909f0fabe..b1480528f 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -1548,7 +1548,7 @@ complete -c git -n '__fish_git_using_command log' -l source -d 'Print ref name b complete -c git -n '__fish_git_using_command log' -l use-mailmap complete -c git -n '__fish_git_using_command log' -l full-diff complete -c git -n '__fish_git_using_command log' -l log-size -complete -x -c git -n '__fish_git_using_command log' -s L +complete -r -F -c git -n '__fish_git_using_command log' -s L -d 'Trace the evolution of the line range given by ,, or regex , within the ' complete -x -c git -n '__fish_git_using_command log' -s n -l max-count -d 'Limit the number of commits before starting to show the commit output' complete -x -c git -n '__fish_git_using_command log' -l skip -d 'Skip given number of commits' complete -x -c git -n '__fish_git_using_command log' -l since -d 'Show commits more recent than specified date'