]> git.vpit.fr Git - perl/modules/rgit.git/commit
Always canonify the root, the git path and the repo directory
authorVincent Pit <vince@profvince.com>
Wed, 24 Feb 2010 16:39:41 +0000 (17:39 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 24 Feb 2010 16:39:41 +0000 (17:39 +0100)
commita35a1fae17b8e75696ef1e5474aaa99222594a6a
tree24e04e01069e74a2723aa38d5ab647f50da9d352
parente295d1865b0480223b82fe2373ba79cf5485466e
Always canonify the root, the git path and the repo directory

On Windows, abs_path returns a path with forward slashes, while File::Spec
uses native backslashes.
lib/App/Rgit/Config.pm
lib/App/Rgit/Repository.pm
t/20-each.t
t/21-once.t