Re: [PATCH] instaweb: make the perl path configurable

2013-06-12 Thread Charles McGarvey
On 06/12/2013 08:00 AM, Jakub Narebski wrote: Charles McGarvey chazmcgarvey at brokenzipper.com writes: It is convenient for the user to be able to customize the path to perl if they do not want to use the system perl. This may be the case, for example, if the user wants to use

Re: [PATCH] instaweb: make the perl path configurable

2013-06-12 Thread Charles McGarvey
On 06/12/2013 03:03 PM, Jakub Narębski wrote: On Wed, Jun 12, 2013 at 8:48 PM, Charles McGarvey wrote: On 06/12/2013 08:00 AM, Jakub Narebski wrote: Is it really necessary? There is always PERL5LIB if one wants to use Perl modules installed in one's own home directory. If one is using local

[PATCH] instaweb: make the perl path configurable

2013-06-11 Thread Charles McGarvey
that they install and have control over in their own home directory. Signed-off-by: Charles McGarvey chazmcgar...@brokenzipper.com --- Documentation/config.txt | 4 git-instaweb.sh | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/config.txt b

Re: [Administrivia] On ruby and contrib/

2013-06-06 Thread Charles McGarvey
if this thread is judged to not be worth a whole lot. -- Charles McGarvey signature.asc Description: OpenPGP digital signature

[PATCH] gitweb: fix problem causing erroneous project list

2013-06-04 Thread Charles McGarvey
-by: Charles McGarvey chazmcgar...@brokenzipper.com --- I don't think there are currently any persistent-process gitweb tests to copy from, so writing a test for this seems to be non-trivial. gitweb/gitweb.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b

Re: [RFC PATCH 2/3] mergetools/kdiff3: allow opting-out of auto-merges

2013-05-09 Thread Charles Bailey
then this is no bad thing. I've worked with a number of people who were very happy with the current kdiff3 behaviour. Nothing prevents you from verifying the merge and fixing it up if it wasn't done perfectly by the tool, although I haven't ever encountered this with git+kdiff3. Charles. -- To unsubscribe

Re: t4055 failure: see error

2012-10-07 Thread Brian Charles Gernhardt
On Oct 2, 2012, at 3:09 PM, Junio C Hamano gits...@pobox.com wrote: I'll find a brown paper bag big enough to hide in. Please disregard it. -- 8 -- Subject: [PATCH] t4055: avoid use of sed 'a' command Sorry about being slow to respond. The patch does work for me. I see it's already

t4055 failure: see error

2012-10-02 Thread Brian Charles Gernhardt
Another problem caused by BSD v GNU sed, I think. $ ./t4055-diff-context.sh -i -v Initialized empty Git repository in /Users/brian/dev/git/t/trash directory.t4055-diff-context/.git/ expecting success: cat x -\EOF firstline b c d e f

Re: What should mergetool do with --no-prompt?

2012-08-14 Thread Charles Bailey
advantage to pretending otherwise. If the documentation indicates otherwise then it's my opinion that this is what needs to be fixed. Charles. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: What should mergetool do with --no-prompt?

2012-08-14 Thread Charles Bailey
by running git mergetool --tool=... /dev/null or something? To be honest, I wasn't sure what David's issue was, other than I spotted this could/should it be fixed?. Is it a real world issue? Charles. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

<    1   2