On Mon, Jan 24, 2022 at 3:51 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Philippe Blain <levraiphilippeblain@xxxxxxxxx> writes: > > >> 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. Mine comes from TexLive: $ which git-latexdiff /opt/texlive/2021/bin/x86_64-linux/git-latexdiff > 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. Good example. Got it. HZ