From: "Shawn O. Pearce" <spearce@spearce.org>
To: Michele Ballabio <barra_cuda@katamail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] git-gui: fix typo in lib/blame.tcl
Date: Thu, 27 Sep 2007 22:14:09 -0400 [thread overview]
Message-ID: <20070928021409.GS3099@spearce.org> (raw)
In-Reply-To: <200709271453.25772.barra_cuda@katamail.com>
Michele Ballabio <barra_cuda@katamail.com> wrote:
> diff --git a/lib/blame.tcl b/lib/blame.tcl
> index a911c3c..00ecf21 100644
> --- a/lib/blame.tcl
> +++ b/lib/blame.tcl
> @@ -905,7 +905,7 @@ method _open_tooltip {cur_w} {
> set author_time {}
> catch {set author_name $header($cmit,author)}
> catch {set summary $header($cmit,summary)}
> - catch {set author_time [foramt_date $header($cmit,author-time)]}
> + catch {set author_time [format_date $header($cmit,author-time)]}
Shame on me. Thanks for the fix. :-)
--
Shawn.
prev parent reply other threads:[~2007-09-28 2:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-27 12:53 [PATCH] git-gui: fix typo in lib/blame.tcl Michele Ballabio
2007-09-28 2:14 ` 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=20070928021409.GS3099@spearce.org \
--to=spearce@spearce.org \
--cc=barra_cuda@katamail.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).