git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Kyle J. McKay" <mackyle@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: [ANNOUNCE] Git v1.8.4-rc4
Date: Mon, 19 Aug 2013 13:41:49 -0700	[thread overview]
Message-ID: <8970708B-BCAC-4BF6-8440-EBA6660D7948@gmail.com> (raw)
In-Reply-To: <7vr4dplaep.fsf@alter.siamese.dyndns.org>

On Aug 19, 2013, at 12:59, Junio C Hamano wrote:

> Performance, Internal Implementation, etc.
>
> * On Cygwin, we used to use our own lstat(2) emulation that is
>   allegedly faster than the platform one in codepaths where some of
>   the information it returns did not matter, but it started to bite
>   us in a few codepaths where the trick it uses to cheat does show
>   breakages. This emulation has been removed and we use the native
>   lstat(2) emulation supplied by Cygwin now.
>
> * The function attributes extensions are used to catch mistakes in
>   use of our own variadic functions that use NULL sentinel at the end
>   (i.e. like execl(3)) and format strings (i.e. like printf(3)).
>
> * The code to allow configuration data to be read from in-tree blob
>   objects is in.  This may help working in a bare repository and
>   submodule updates.
>
> * Fetching between repositories with many refs employed O(n^2)
>   algorithm to match up the common objects, which has been corrected.
>
> * The original way to specify remote repository using .git/branches/
>   used to have a nifty feature.  The code to support the feature was
>   still in a function but the caller was changed not to call it 5
>   years ago, breaking that feature and leaving the supporting code
>   unreachable.  The dead code has been removed.
>
> * "git pack-refs" that races with new ref creation or deletion have
>   been susceptible to lossage of refs under right conditions, which
>   has been tightened up.
>
> * We read loose and packed rerferences in two steps, but after
                             ^^^^^^^^^^
>   deciding to read a loose ref but before actually opening it to read

s/rerferences/references/

      reply	other threads:[~2013-08-19 20:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-19 19:59 [ANNOUNCE] Git v1.8.4-rc4 Junio C Hamano
2013-08-19 20:41 ` Kyle J. McKay [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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8970708B-BCAC-4BF6-8440-EBA6660D7948@gmail.com \
    --to=mackyle@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).