ls -files missing from git-completion-list

2019-01-14 Thread Ντέντος Σταύρος
-mainporcelain,others,nohelpers,alias,list-complete,config | grep ls $ Ντέντος Σταύρος

Re: git difftool does not give the --cached option

2019-01-14 Thread Ντέντος Σταύρος
FYI $ git --version git version 2.20.1 solves this. I am not aware if you somehow track them / how to close this thread. Ntentos Stavros On Tue, Oct 9, 2018 at 8:59 PM Stefan Beller wrote: > > On Tue, Oct 9, 2018 at 7:33 AM Ντέντος Σταύρος wrote: > > > > I have install the

Re: ls -files missing from git-completion-list

2019-01-14 Thread Ντέντος Σταύρος
te: > > On Mon, Jan 14, 2019 at 7:19 PM Ντέντος Σταύρος wrote: > > > > I have install the latest git version from the PPA: > > $ git --version > > git version 2.20.1 > > $ lsb_release -rd > > Description: Ubuntu 16.04.5 LTS > > Release: 16.04 > >

No clear API/Error message to validate a "revision object" using git rev-parse

2019-01-29 Thread Ντέντος Σταύρος
Hello there everyone, Minor bug report: I have a utility script to find "reference points" that contain a commit (git-x-in-y) The script needs to accept "any valid reference point", that includes e.g. tags as well. I validate said input by passing whatever argument through git rev-parse. If the

Re: No clear API/Error message to validate a "revision object" using git rev-parse

2019-01-29 Thread Ντέντος Σταύρος
-verify` checks that `argc == 1`, and failing due to a bug in the code. I would understand that message in this context: > $ git rev-parse --verify version.3 version.4 > fatal: Needed a single revision since I gave 2 arguments instead of 1. With regards, Ντέντος Σταύρος

Fwd: git difftool does not give the --cached option

2018-10-09 Thread Ντέντος Σταύρος
I have install the latest git version from the PPA: $ git --version git version 2.19.1 $ lsb_release -rd Description: Ubuntu 16.04.5 LTS Release: 16.04 However, trying to autocomplete git difftool --cached gives: $ env -i bash --rcfile /etc/profile $ . /usr/share/bash-completion/completions/git $