git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Bug in git-remote
@ 2018-12-15  7:14 Gennady Uraltsev
  2018-12-15 13:02 ` SZEDER Gábor
  0 siblings, 1 reply; 4+ messages in thread
From: Gennady Uraltsev @ 2018-12-15  7:14 UTC (permalink / raw)
  To: git


[-- Attachment #1.1: Type: text/plain, Size: 828 bytes --]

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

$ mkdir -p remotes
mkdir: created directory 'remotes'

$ echo -e "URL: /testremote.git \n Push: *:* \n Pull:
refs/heads/*:refs/remotes/testremote/* " > remotes/testremote

$ git remote

$ git remote show testremote
fatal: '/testremote.git' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.



The second to last command should show testremote as a remote.


Best,

Gennady


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-28 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-15  7:14 Bug in git-remote Gennady Uraltsev
2018-12-15 13:02 ` SZEDER Gábor
2018-12-17 12:50   ` Johannes Schindelin
2018-12-28 12:32     ` SZEDER Gábor

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).