Re: [PATCH/RFC] git-svn: use path accessor for Git::SVN objects

2012-09-18 Thread Junio C Hamano
Jonathan Nieder writes: > Eric Wong wrote: > >> The accessors should improve maintainability and enforce >> consistent access to Git::SVN objects. >> >> Signed-off-by: Eric Wong >> --- >> (RFC since I could've missed something) > [...] >> git-svn.perl | 2 +- >> perl/Git/SVN/Ra.pm | 2 +

Re: [PATCH/RFC] git-svn: use path accessor for Git::SVN objects

2012-09-18 Thread Jonathan Nieder
Eric Wong wrote: > The accessors should improve maintainability and enforce > consistent access to Git::SVN objects. > > Signed-off-by: Eric Wong > --- > (RFC since I could've missed something) [...] > git-svn.perl | 2 +- > perl/Git/SVN/Ra.pm | 2 +- > 2 files changed, 2 insertions(+),

[PATCH/RFC] git-svn: use path accessor for Git::SVN objects

2012-09-17 Thread Eric Wong
The accessors should improve maintainability and enforce consistent access to Git::SVN objects. Signed-off-by: Eric Wong --- (RFC since I could've missed something) Eric Wong wrote: > I'll apply the following (on top of a patch which fixes some > {path} usages): git-svn.perl | 2