git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Caleb Cushing <xenoterracide@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: auto commit merge using the default merge message
Date: Fri, 24 Apr 2009 13:55:11 -0400	[thread overview]
Message-ID: <20090424175511.GA11360@coredump.intra.peff.net> (raw)
In-Reply-To: <81bfc67a0904241050t26a0ed62vbf17e471ddc10672@mail.gmail.com>

On Fri, Apr 24, 2009 at 01:50:57PM -0400, Caleb Cushing wrote:

> On Fri, Apr 24, 2009 at 10:06 AM, Jeff King <peff@peff.net> wrote:
> > export GIT_EDITOR
> >
> maybe I'm being silly, but won't that then affect my interactive shells?

No, because you're putting it in your shell script, not in your .profile
(right?). The "export" command just tells the shell "pass this variable
in the environment to any child processes you spawn". Without it, the
variable is local to that shell.

-Peff

      reply	other threads:[~2009-04-24 17:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23  7:46 auto commit merge using the default merge message Caleb Cushing
2009-04-23  7:57 ` Alex Riesen
2009-04-23  8:25   ` Michael J Gruber
2009-04-23  8:32     ` Junio C Hamano
2009-04-23  9:07       ` Michael J Gruber
2009-04-23 16:19         ` Brian Gernhardt
2009-04-24  1:31       ` Caleb Cushing
2009-04-24 14:06         ` Jeff King
2009-04-24 17:50           ` Caleb Cushing
2009-04-24 17:55             ` Jeff King [this message]

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=20090424175511.GA11360@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=xenoterracide@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 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).