From: Jonathan Nieder <jrnieder@gmail.com>
To: Jeff King <peff@peff.net>
Cc: Alex Riesen <raa.lkml@gmail.com>,
Junio C Hamano <gitster@pobox.com>,
git@vger.kernel.org, Christian Couder <chriscool@tuxfamily.org>
Subject: Re: "git -c web.browser=w3m help -w help" still kicks firefox
Date: Tue, 24 Aug 2010 00:01:27 -0500 [thread overview]
Message-ID: <20100824050127.GC20037@burratino> (raw)
In-Reply-To: <20100823203304.GB4458@coredump.intra.peff.net>
Jeff King wrote:
> Which does bring up one interesting boundary. If I run:
>
> git -c receive.denyDeletes=false git push
>
> what should happen? Obviously with cross-server communication the
> environment won't get passed. I am inclined to say that even for local
> cases, receive-pack should clear the string.
Sticky. I agree with you that that would follow the principle of
least surprise.
On the other hand if I use
git push --receive-pack='git -c receive.denyDeletes=false receive-pack'
then I would expect it to work. I don't think this is a security
problem because I already could have set the remote $GIT_CONFIG just
as easily.
next prev parent reply other threads:[~2010-08-24 5:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-23 18:05 "git -c web.browser=w3m help -w help" still kicks firefox Junio C Hamano
2010-08-23 18:38 ` Jeff King
2010-08-23 19:16 ` Jeff King
2010-08-24 6:41 ` [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers Jonathan Nieder
2010-08-24 14:14 ` Jeff King
2010-08-24 19:07 ` [PATCH 2/1] do not pass "git -c foo=bar" " Eric Raible
2024-07-01 20:42 ` [PATCH 2/1] do not pass "git -c foo=bar" " Junio C Hamano
2010-08-23 19:02 ` "git -c web.browser=w3m help -w help" still kicks firefox Alex Riesen
2010-08-23 20:33 ` Jeff King
2010-08-24 5:01 ` Jonathan Nieder [this message]
2010-08-24 14:12 ` Jeff King
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=20100824050127.GC20037@burratino \
--to=jrnieder@gmail.com \
--cc=chriscool@tuxfamily.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
--cc=raa.lkml@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.