git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: Miklos Vajna <vmiklos@frugalware.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] path-list documentation: document all functions and data structures
Date: Sun, 15 Jun 2008 02:01:19 -0700 (PDT)	[thread overview]
Message-ID: <m3k5groyw8.fsf@localhost.localdomain> (raw)
In-Reply-To: <1213485725-6755-1-git-send-email-vmiklos@frugalware.org>

Miklos Vajna <vmiklos@frugalware.org> writes:

> +NOTE: It is more efficient to build an unsorted list and sort it
> +afterwards, instead of building a sorted list `(O(n log n)` instead of
> +`O(n^2))`.

I think there is typo here (misplaced backticks '`' on the wrong side
of enclosing parentheses), and this fragment should read:

+afterwards, instead of building a sorted list (`O(n log n)` instead of
+`O(n^2)`).

-- 
Jakub Narebski
Poland
ShadeHawk on #git

  reply	other threads:[~2008-06-15  9:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13 16:55 [PATCH] git-apply doesn't handle same name patches well Don Zickus
2008-06-13 20:32 ` Johannes Schindelin
2008-06-13 20:42   ` Don Zickus
2008-06-13 22:48   ` [PATCH] path-list documentation: document all functions and data structures Miklos Vajna
2008-06-13 23:30     ` Olivier Marin
2008-06-14  0:13       ` Miklos Vajna
2008-06-14  0:56       ` Miklos Vajna
2008-06-14 12:50         ` Olivier Marin
2008-06-14 22:50           ` Miklos Vajna
2008-06-14 18:08         ` Johannes Schindelin
2008-06-14 23:22           ` Miklos Vajna
2008-06-15  9:01             ` Jakub Narebski [this message]
2008-06-15 12:06               ` Miklos Vajna
2008-06-15  5:04           ` Junio C Hamano
2008-06-16  9:01 ` [PATCH] git-apply doesn't handle same name patches well Mike Ralphson

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=m3k5groyw8.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=vmiklos@frugalware.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).