From: "Clifford Caoile" <piyo@users.sourceforge.net>
To: developer@svanfeldt.com
Cc: msysgit@googlegroups.com, git@vger.kernel.org,
"Eric Wong" <normalperson@yhbt.net>
Subject: Re: [msysGit] [PATCH] Git.pm: Make _temp_cache use the repository directory
Date: Thu, 13 Nov 2008 07:06:27 +0900 [thread overview]
Message-ID: <1f748ec60811121406j7ac72c7eqcfbe68132b2ebfc0@mail.gmail.com> (raw)
In-Reply-To: <491AE80A.5060807@svanfeldt.com>
Hi Marten Svanfeldt:
On Wed, Nov 12, 2008 at 11:28 PM, Marten Svanfeldt (dev)
<developer@svanfeldt.com> 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
next prev parent reply other threads:[~2008-11-12 22:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-12 14:28 [PATCH] Git.pm: Make _temp_cache use the repository directory Marten Svanfeldt (dev)
2008-11-12 22:06 ` Clifford Caoile [this message]
2008-11-12 23:27 ` Marten Svanfeldt (dev)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1f748ec60811121406j7ac72c7eqcfbe68132b2ebfc0@mail.gmail.com \
--to=piyo@users.sourceforge.net \
--cc=developer@svanfeldt.com \
--cc=git@vger.kernel.org \
--cc=msysgit@googlegroups.com \
--cc=normalperson@yhbt.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).