Skip Menu |

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

Report information
The Basics
Id: 44675
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 bare repositories
Date: Mon, 30 Mar 2009 20:12:50 +0200
To: bug-Git-PurePerl [...] rt.cpan.org
From: Martijn van Beers <MARTIJN [...] cpan.org>
Adds an extra 'gitdir' parameter, which is the path of what is the .git directory for a normal repository. You can specify both, which isn't usually what you want, but might come in handy for things like keeping track of configuration in your $HOME where you don't want a $HOME/.git directory --- lib/Git/PurePerl.pm | 70 +++++++++++++++++++++++++++++++++++--------------- t/init.t | 23 +++++++++++++--- 2 files changed, 67 insertions(+), 26 deletions(-)

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

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