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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux