git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [ANNOUNCE] Git 1.7.10-rc0
Date: Thu, 8 Mar 2012 01:30:54 -0500	[thread overview]
Message-ID: <20120308063054.GD7643@sigill.intra.peff.net> (raw)
In-Reply-To: <7v7gyvkh84.fsf@alter.siamese.dyndns.org>

On Wed, Mar 07, 2012 at 05:35:07PM -0800, Junio C Hamano wrote:

>  * A content filter (clean/smudge) used to be just a way to make the
>    recorded contents "more useful", and allowed to fail; a filter can
>    new optionally be marked as "required".

s/new/now/

>  * "git am" learned to pass "-b" option to underlying "git mailinfo", so
>    that bracketed string other than "PATCH" at the beginning can be kept.

s/bracketed/a &/

(or s/string/&s/)

>  * "git clone" learned to detach the HEAD in the resulting repository
>    when the source repository's HEAD does not point to a branch.

Hmm. Hasn't this been the case for a while? The jk/clone-detached topic
went into v1.7.7, and it was just fixes for some corner cases; actually
writing a detached HEAD is much older than that, even.

I assume this entry is due to the nd/clone-detached topic. Reading over
those commits, it seems like it is more about properly checking the
"--branch" argument for being detached, so we can handle
"--branch=v1.0". So maybe:

  * "git clone" learned to detach the HEAD in the resulting repository
    when the user specifies a tag with "--branch" (e.g., "--branch=v1.0").
    Clone also learned to print the usual "detached HEAD" advice in such
    a case, similar to "git checkout v1.0".

>  * "git log -G" learned to pay attention to the "-i" option and can
>    find patch hunks that introduce or remove a string that matches the
>    given pattern ignoring the case.

This didn't parse well for me. Also, it affects -S, too, doesn't it?
Maybe:

  * "git log -G" and "git log -S" learned to pay attention to the "-i"
    option. When "-i" is given, their patterns will match
    case-insensitively.

>  * The advise message given when the user didn't give enough clue on
>    what to merge to "git pull" and "git merge" has been updated to
>    be more concise and easier to understand.

s/advise/advice/

-Peff

  reply	other threads:[~2012-03-08  6:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-08  1:35 [ANNOUNCE] Git 1.7.10-rc0 Junio C Hamano
2012-03-08  6:30 ` Jeff King [this message]
2012-03-08  6:42   ` Junio C Hamano
2012-03-08  6:46   ` Junio C Hamano
2012-03-08  6:53     ` Jeff King
2012-03-08 19:55       ` Junio C Hamano
2012-03-08  8:54 ` [PATCH 1/2] perf: load test-lib-functions from the correct directory Thomas Rast
2012-03-08  8:54   ` [PATCH 2/2] perf: export some important test-lib variables Thomas Rast
2012-09-17 13:15     ` Ramkumar Ramachandra
2012-03-08 10:17 ` [ANNOUNCE] Git 1.7.10-rc0 Thomas Rast
2012-03-08 10:29 ` Nguyen Thai Ngoc Duy
2012-03-08 19:55   ` Junio C Hamano
2012-03-08 10:42 ` Jakub Narebski
2012-03-08 16:28   ` Junio C Hamano
2012-03-08 16:55     ` Jakub Narebski
2012-03-08 20:05       ` Junio C Hamano
2012-03-08 13:18 ` Tim Henigan
2012-03-08 20:07   ` Junio C Hamano
2012-03-09 13:35     ` [PATCH] RelNotes: noted the addition of contrib/diffall Tim Henigan
2012-03-09 18:15       ` Junio C Hamano
2012-03-09 18:41         ` Tim Henigan
2012-03-08 15:17 ` [ANNOUNCE] Git 1.7.10-rc0 Marc Branchaud

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=20120308063054.GD7643@sigill.intra.peff.net \
    --to=peff@peff.net \
    --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).