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.