From: "Shawn O. Pearce" <spearce@spearce.org>
To: Andy Parkins <andyparkins@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"
Date: Tue, 13 Feb 2007 10:32:11 -0500 [thread overview]
Message-ID: <20070213153211.GA28778@spearce.org> (raw)
In-Reply-To: <200702131526.17153.andyparkins@gmail.com>
Andy Parkins <andyparkins@gmail.com> wrote:
> - for p in $(git rev-list --parents --max-count=1 $head 2>/devnull)
> + for p in $(git rev-list --parents --max-count=1 $head 2>/dev/null)
[git (sp/gitgui)]$ ls /devnull
/devnull
Gaaaaah. Damn Mac. Thanks for the patch, I'm applying it now.
--
Shawn.
prev parent reply other threads:[~2007-02-13 15:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-13 15:26 [PATCH] git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull" Andy Parkins
2007-02-13 15:32 ` Shawn O. Pearce [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=20070213153211.GA28778@spearce.org \
--to=spearce@spearce.org \
--cc=andyparkins@gmail.com \
--cc=git@vger.kernel.org \
/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).