git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Stefano Lattarini <stefano.lattarini@gmail.com>,
	sunshine@sunshineco.com, git@vger.kernel.org
Subject: [RFC/PATCH maint 0/10] Re: [PATCH v2] Fix various typos and grammaros
Date: Thu, 11 Apr 2013 23:48:38 -0700	[thread overview]
Message-ID: <20130412064837.GA5710@elie.Belkin> (raw)
In-Reply-To: <7v4nfch90r.fsf@alter.siamese.dyndns.org>

Hi,

Junio C Hamano wrote:

> How much of this stuff have interact with real changes that are in
> flight, with various doneness cooking in different integration
> branches?

All except the t3511-cherry-pick-x.sh change apply cleanly to
"maint" and merge without trouble with master and pu.

Here is a split-up version.  I haven't looked closely at the patch,
even to sanity check it --- one of the main points of splitting it
this way is to make it easier to review with reference to code
borrowed from other projects.

I left out the change to compat/nedmalloc/Readme.txt, since it is
changing a historical record, and to
contrib/mw-to-git/t/t9360-mw-to-git-clone.sh, because it seems
realistic to allow the nyan cat to demonstrate poor punctuation
skills.

Some of these patches need more work if they are to be applied.  For
example, git-gui is maintained separately and should not be patched
from the toplevel.

Hope that helps,
Jonathan

Stefano Lattarini (10):
  doc: various spelling fixes
  git-remote-mediawiki: spelling fixes
  contrib/subtree: fix spelling of "accidentally"
  obstack: fix spelling of "similar"
  compat/regex: fix spelling and grammar in comments
  compat/nedmalloc: fix spelling in comments
  precompose-utf8: fix spelling of "want" in error message
  kwset: fix spelling in comments
  git-gui: fix spelling in comments
  Correct common spelling mistakes in comments and tests

 Documentation/git-credential.txt                   |  2 +-
 Documentation/git-remote-ext.txt                   |  2 +-
 Documentation/git-svn.txt                          |  4 ++--
 Documentation/git-tools.txt                        |  2 +-
 Documentation/revisions.txt                        |  2 +-
 Documentation/technical/api-argv-array.txt         |  2 +-
 Documentation/technical/api-credentials.txt        |  2 +-
 Documentation/technical/api-ref-iteration.txt      |  2 +-
 builtin/apply.c                                    |  6 +++---
 commit.c                                           |  2 +-
 commit.h                                           |  2 +-
 compat/nedmalloc/malloc.c.h                        |  6 +++---
 compat/obstack.h                                   |  2 +-
 compat/precompose_utf8.c                           |  2 +-
 compat/regex/regcomp.c                             |  4 ++--
 compat/regex/regex.c                               |  2 +-
 compat/regex/regex_internal.c                      |  6 +++---
 contrib/mw-to-git/git-remote-mediawiki.perl        |  6 +++---
 contrib/mw-to-git/t/README                         |  6 +++---
 contrib/mw-to-git/t/install-wiki/LocalSettings.php |  2 +-
 contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh        | 14 +++++++-------
 contrib/subtree/t/t7900-subtree.sh                 |  2 +-
 diff.c                                             |  2 +-
 git-add--interactive.perl                          |  2 +-
 git-cvsserver.perl                                 |  4 ++--
 git-gui/lib/blame.tcl                              |  2 +-
 git-gui/lib/index.tcl                              |  2 +-
 git-gui/lib/spellcheck.tcl                         |  4 ++--
 git-quiltimport.sh                                 |  2 +-
 gitweb/INSTALL                                     |  2 +-
 gitweb/gitweb.perl                                 |  6 +++---
 kwset.c                                            |  4 ++--
 perl/Git.pm                                        |  2 +-
 perl/Git/I18N.pm                                   |  2 +-
 perl/private-Error.pm                              |  2 +-
 po/README                                          |  6 +++---
 sequencer.c                                        |  2 +-
 t/t1006-cat-file.sh                                |  2 +-
 t/t3701-add-interactive.sh                         |  2 +-
 t/t4014-format-patch.sh                            |  6 +++---
 t/t4124-apply-ws-rule.sh                           |  2 +-
 t/t6030-bisect-porcelain.sh                        |  2 +-
 t/t7601-merge-pull-config.sh                       |  2 +-
 t/t7610-mergetool.sh                               |  2 +-
 t/t9001-send-email.sh                              |  4 ++--
 transport-helper.c                                 |  2 +-
 transport.h                                        |  2 +-
 xdiff/xdiffi.c                                     |  2 +-
 xdiff/xhistogram.c                                 |  2 +-
 49 files changed, 77 insertions(+), 77 deletions(-)

  reply	other threads:[~2013-04-12  6:49 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11 20:55 [PATCH] Various typofixes Stefano Lattarini
2013-04-11 21:43 ` Eric Sunshine
2013-04-11 22:36   ` [PATCH v2] Fix various typos and grammaros Stefano Lattarini
2013-04-12  0:45     ` Junio C Hamano
2013-04-12  6:48       ` Jonathan Nieder [this message]
2013-04-12  6:49         ` [PATCH 01/10] doc: various spelling fixes Jonathan Nieder
2013-04-12 19:12           ` Junio C Hamano
2013-04-12 22:20             ` [PATCH] gitweb/INSTALL: Simplify description of GITWEB_CONFIG_SYSTEM Jakub Narębski
2013-04-16  3:10               ` Drew Northup
2013-04-16  4:36                 ` Junio C Hamano
2013-04-16  7:11                   ` Jakub Narębski
2013-04-16 11:51                     ` Drew Northup
2013-04-16 11:56                   ` Drew Northup
2013-04-16 12:26                     ` [PATCH] gitweb/INSTALL: GITWEB_CONFIG_SYSTEM is for backward compatibility Jakub Narębski
2013-04-16 12:47                       ` Drew Northup
2013-04-16 12:52                         ` Drew Northup
2013-04-16 22:26                         ` Jonathan Nieder
2013-04-18  1:00                           ` Drew Northup
2013-04-18  1:44                             ` Junio C Hamano
2013-04-12  6:50         ` [PATCH 02/10] git-remote-mediawiki: spelling fixes Jonathan Nieder
2013-04-12 11:16           ` Matthieu Moy
2013-04-12  6:54         ` [PATCH 03/10] contrib/subtree: fix spelling of accidentally Jonathan Nieder
2013-04-12  6:57         ` [PATCH 04/10] obstack: fix spelling of similar Jonathan Nieder
2013-04-12  7:01         ` [PATCH 05/10] compat/regex: fix spelling and grammar in comments Jonathan Nieder
2013-04-12  7:06         ` [PATCH 06/10] compat/nedmalloc: fix spelling " Jonathan Nieder
2013-04-12  7:17           ` Sebastian Schuberth
2013-04-12  7:07         ` [PATCH 07/10] precompose-utf8: fix spelling of "want" in error message Jonathan Nieder
2013-04-12  7:09         ` [PATCH 08/10] kwset: fix spelling in comments Jonathan Nieder
2013-04-12  7:10         ` [PATCH 09/10] git-gui: " Jonathan Nieder
2013-04-12  7:11         ` [PATCH 10/10] Correct common spelling mistakes in comments and tests Jonathan Nieder
2013-04-12 20:39           ` Junio C Hamano
2013-04-12 16:09         ` [RFC/PATCH maint 0/10] Re: [PATCH v2] Fix various typos and grammaros Junio C Hamano
2013-04-12  8:16       ` Stefano Lattarini
2013-04-12 16:10         ` Junio C Hamano

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=20130412064837.GA5710@elie.Belkin \
    --to=jrnieder@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=stefano.lattarini@gmail.com \
    --cc=sunshine@sunshineco.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.
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).