From: Jeff King <peff@peff.net> To: Jonathan Nieder <jrnieder@gmail.com> Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org, Alex Riesen <raa.lkml@gmail.com>, Christian Couder <chriscool@tuxfamily.org> Subject: Re: [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers Date: Tue, 24 Aug 2010 10:14:16 -0400 [thread overview] Message-ID: <20100824141416.GC6457@coredump.intra.peff.net> (raw) In-Reply-To: <20100824064114.GA20724@burratino> On Tue, Aug 24, 2010 at 01:41:14AM -0500, Jonathan Nieder wrote: > Like $GIT_CONFIG, $GIT_CONFIG_PARAMETERS needs to be suppressed by > "git push" and its cousins when running local transport helpers to > imitate remote transport well. Thanks, this looks good to me. Though arguably these bits: > +#define CONFIG_DATA_ENVIRONMENT "GIT_CONFIG_PARAMETERS" > [...] > - const char *old = getenv("GIT_CONFIG_PARAMETERS"); > + const char *old = getenv(CONFIG_DATA_ENVIRONMENT); Should be squashed into the original patch. :) -Peff
next prev parent reply other threads:[~2010-08-24 14:14 UTC|newest] Thread overview: 10+ 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 [this message] 2010-08-24 19:07 ` [PATCH 2/1] do not pass "git -c foo=bar" " Eric Raible 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 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=20100824141416.GC6457@coredump.intra.peff.net \ --to=peff@peff.net \ --cc=chriscool@tuxfamily.org \ --cc=git@vger.kernel.org \ --cc=gitster@pobox.com \ --cc=jrnieder@gmail.com \ --cc=raa.lkml@gmail.com \ --subject='Re: [PATCH 2/1] do not pass "git -c foo=bar" params to transport helpers' \ /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
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.