Skip Menu |

This queue is for tickets about the Git-PurePerl CPAN distribution.

Report information
The Basics
Id: 44166
Status: resolved
Priority: 0/
Queue: Git-PurePerl

People
Owner: Nobody in particular
Requestors: martijn [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] allow subdirectories in .git/refs/*/
Date: Sat, 14 Mar 2009 19:52:37 +0100
To: bug-Git-PurePerl [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
.git/refs/remotes usually contains subdirectories instead of just files because you can have more than one branch in a remote. So make the ref_names check recursively. Not sure if it is neaded for heads and tags, but it's simpler to just do it recursively for everything. --- lib/Git/PurePerl.pm | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-)

Message body is not shown because sender requested not to inline it.

Thanks, applied. Fix in Git-PurePerl-0.41, which just hit CPAN.