Git rename ref replacing "X" with "X/Y"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
When pulling tags from git, handle the situation where a Git ref gets turned into a directory:
File "/usr/local/
return InterBranch.
File "/usr/local/
with self.target.
File "/usr/local/
self.
File "/usr/local/
self._ref_lock = self.repository
File "/usr/local/
gf = GitFile(local_path, 'wb')
File "/usr/local/
return _GitFile(filename, mode, bufsize, mask)
File "/usr/local/
fd = os.open(
NotADirectoryError: [Errno 20] Not a directory: '/tmp/janitorsi
See https:/
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: git git-support |