Re: [PATCH] Fix the remote note the fetch-tool prints after storing a fetched reference
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:14
"Alex Riesen" [off-list ref] writes:
Otherwise ".git" is removed from every remote name which has it:
$ git fetch -v
* refs/heads/origin: same as branch 'master' of /home/user/linux
commit: 5ecd310
$ ls /home/user/linux
ls: /home/user/linux: No such file or directory
$ ls /home/user/linux.git
HEAD objects packed-refs ...
I suspect the above misses the point.
The test "ls /home/user/linux" is not relevant. Ability to say
"git fetch /home/user/linux" is.