* [PATCH] git-gui: fix typo in lib/blame.tcl
@ 2007-09-27 12:53 Michele Ballabio
2007-09-28 2:14 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Michele Ballabio @ 2007-09-27 12:53 UTC (permalink / raw)
To: Shawn O. Pearce; +Cc: git
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
---
lib/blame.tcl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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)]}
$tooltip_t insert end [strcat [mc "Originally By:"] "\n"] section_header
$tooltip_t insert end "commit $cmit\n"
--
1.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] git-gui: fix typo in lib/blame.tcl
2007-09-27 12:53 [PATCH] git-gui: fix typo in lib/blame.tcl Michele Ballabio
@ 2007-09-28 2:14 ` Shawn O. Pearce
0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2007-09-28 2:14 UTC (permalink / raw)
To: Michele Ballabio; +Cc: git
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-28 2:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).