]> git.ipfire.org Git - thirdparty/git.git/commit
completion: reflog show <log-options>
authorRubén Justo <rjusto@gmail.com>
Sat, 2 Mar 2024 15:50:47 +0000 (16:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Mar 2024 22:21:38 +0000 (14:21 -0800)
commitc689c38bc2dceac3f8fe975472f12c0dbe473537
tree1ce5fd2914c4d5e4b192e9c55da9c595a71c7394
parent85452a1d4b582701772b02b5a70b8bf5a82258bc
completion: reflog show <log-options>

Let's add completion for <log-options> in "reflog show" so that the user
can easily discover uses like:

   $ git reflog --since=1.day.ago

Signed-off-by: Rubén Justo <rjusto@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
t/t9902-completion.sh