[PATCH] Fix the remote note the fetch-tool prints after storing a fetched reference
From: Alex Riesen <hidden>
Date: 2016-06-15 22:43:14
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 ...
Signed-off-by: Alex Riesen <redacted>
---
builtin-fetch--tool.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)