Thread (4 messages) flat view 4 messages, 3 authors, 2022-01-25

Re: Some sub-commands can't be completed by TAB key.

From: Junio C Hamano <hidden>
Date: 2022-01-23 19:51:57

Philippe Blain [off-list ref] writes:
quoted
I see the following:

$ git l<TAB>
latexdiff   log
This would mean you have a 'git-latexdiff' command somewhere in your PATH.
True.  On Debian-based systems, the texlive-extra-utils package has
/usr/bin/git-latexdiff and that is likely where it came from.

It is also worth noting that completion will also include whatever
alias.  I get "lg" in the mix because I have

        [alias]
                lg = "log --oneline"

in my $HOME/.gitconfig, for example.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help