Hi Marten Svanfeldt: On Wed, Nov 12, 2008 at 11:28 PM, Marten Svanfeldt (dev) <developer@xxxxxxxxxxxxx> wrote: > > Update the usage of File::Temp->tempfile to place the temporary files > within the repository directory instead of just letting Perl decide what > [snip] > + > + my $tmpdir; > + if (defined $self) { > + $tmpdir = $self->repo_path(); > + } > + I suppose if I wanted to used ${workingdir}/.git instead of ${workingdir}, I should replace the $tmpdir line above with $tmpdir = $self->repo_path() . "/.git" ? Best regards, Clifford Caoile -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html