From d9e5c6527f91a9edf564f3897cdd716ce405559c Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sun, 21 Jul 2024 00:20:39 +0700 Subject: [PATCH] Add description for `git log -L` --- share/completions/git.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'