Re: Bug in git-remote

2018-12-28 Thread SZEDER Gábor
On Mon, Dec 17, 2018 at 01:50:56PM +0100, Johannes Schindelin wrote: > Hi Gábor, > > On Sat, 15 Dec 2018, SZEDER Gábor wrote: > > > On Sat, Dec 15, 2018 at 02:14:56AM -0500, Gennady Uraltsev wrote: > > > I am on git version 2.20.0 > > > > > > $ git remote > > > > > > does not show remotes confi

Re: Bug in git-remote

2018-12-17 Thread Johannes Schindelin
Hi Gábor, On Sat, 15 Dec 2018, SZEDER Gábor wrote: > On Sat, Dec 15, 2018 at 02:14:56AM -0500, Gennady Uraltsev wrote: > > I am on git version 2.20.0 > > > > $ git remote > > > > does not show remotes configured in named files in $GIT_DIR/remotes/ > > > > I do not think that this is the intende

Re: Bug in git-remote

2018-12-15 Thread SZEDER Gábor
On Sat, Dec 15, 2018 at 02:14:56AM -0500, Gennady Uraltsev wrote: > I am on git version 2.20.0 > > $ git remote > > does not show remotes configured in named files in $GIT_DIR/remotes/ > > I do not think that this is the intended behavior. It's a known bug. When 'git remote' was rewritten as a

Bug in git-remote

2018-12-14 Thread Gennady Uraltsev
I am on git version 2.20.0 $ git remote does not show remotes configured in named files in $GIT_DIR/remotes/ I do not think that this is the intended behavior. In particular: $ git init --bare test.git Initialized empty Git repository in /home/guraltsev/admin/test/git/test.git/ $ cd test.git