From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Hansen Subject: [PATCH v2 3/7] use 'treeish' instead of 'tree-ish' Date: Mon, 2 Sep 2013 01:34:22 -0400 Message-ID: <1378100066-31889-4-git-send-email-rhansen@bbn.com> References: <1378100066-31889-1-git-send-email-rhansen@bbn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Richard Hansen To: git@vger.kernel.org, gitster@pobox.com X-From: git-owner@vger.kernel.org Mon Sep 02 08:19:37 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VGNU8-0007IT-0k for gcvg-git-2@plane.gmane.org; Mon, 02 Sep 2013 08:19:36 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754172Ab3IBGT3 convert rfc822-to-quoted-printable (ORCPT ); Mon, 2 Sep 2013 02:19:29 -0400 Received: from smtp.bbn.com ([128.33.0.80]:57827 "EHLO smtp.bbn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753713Ab3IBGT1 convert rfc822-to-8bit (ORCPT ); Mon, 2 Sep 2013 02:19:27 -0400 X-Greylist: delayed 2682 seconds by postgrey-1.27 at vger.kernel.org; Mon, 02 Sep 2013 02:19:27 EDT Received: from socket.bbn.com ([192.1.120.102]:55318) by smtp.bbn.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1VGMmi-000NLT-5f; Mon, 02 Sep 2013 01:34:44 -0400 X-Submitted: to socket.bbn.com (Postfix) with ESMTPSA id 3017E401B7 X-Mailer: git-send-email 1.8.4 In-Reply-To: <1378100066-31889-1-git-send-email-rhansen@bbn.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Replace all instances of 'tree-ish' with 'treeish': * to standardize on a single spelling (the documentation contained a mix of 'treeish' and 'tree-ish') * to be consistent with variable names (hyphens are not usually allowed in variable names) * to be consistent with 'committish' * some search engines don't handle hyphens gracefully Signed-off-by: Richard Hansen --- Documentation/RelNotes/1.6.0.5.txt | 2 +- Documentation/RelNotes/1.6.2.4.txt | 2 +- Documentation/RelNotes/1.8.1.2.txt | 2 +- Documentation/RelNotes/1.8.2.txt | 2 +- Documentation/diff-format.txt | 10 +++++----- Documentation/diff-generate-patch.txt | 2 +- Documentation/git-archive.txt | 4 ++-- Documentation/git-checkout.txt | 16 ++++++++-------- Documentation/git-diff-index.txt | 4 ++-- Documentation/git-diff-tree.txt | 14 +++++++------- Documentation/git-ls-files.txt | 6 +++--- Documentation/git-ls-tree.txt | 6 +++--- Documentation/git-read-tree.txt | 10 +++++----- Documentation/git-reset.txt | 16 ++++++++-------- Documentation/git-svn.txt | 6 +++--- Documentation/git-tar-tree.txt | 4 ++-- Documentation/git.txt | 4 ++-- Documentation/gitcli.txt | 2 +- Documentation/gittutorial-2.txt | 2 +- Documentation/glossary-content.txt | 2 +- Documentation/revisions.txt | 2 +- archive.c | 6 +++--- builtin/checkout.c | 6 +++--- builtin/diff-index.c | 2 +- builtin/diff-tree.c | 2 +- builtin/diff.c | 2 +- builtin/ls-files.c | 8 ++++---- builtin/ls-tree.c | 2 +- builtin/read-tree.c | 2 +- builtin/reset.c | 4 ++-- builtin/tar-tree.c | 12 ++++++------ contrib/examples/git-checkout.sh | 10 +++++----- fast-import.c | 2 +- git-svn.perl | 6 +++--- gitweb/gitweb.perl | 4 ++-- po/de.po | 16 ++++++++-------- po/fr.po | 16 ++++++++-------- po/git.pot | 16 ++++++++-------- po/sv.po | 16 ++++++++-------- po/vi.po | 33 ++++++++++++++++--------= -------- po/zh_CN.po | 16 ++++++++-------- t/t1512-rev-parse-disambiguation.sh | 10 +++++----- t/t2010-checkout-ambiguous.sh | 2 +- t/t4100/t-apply-3.patch | 8 ++++---- t/t4100/t-apply-7.patch | 8 ++++---- t/t9300-fast-import.sh | 2 +- t/t9500-gitweb-standalone-no-errors.sh | 2 +- t/t9501-gitweb-standalone-http-status.sh | 8 ++++---- 48 files changed, 169 insertions(+), 170 deletions(-) diff --git a/Documentation/RelNotes/1.6.0.5.txt b/Documentation/RelNote= s/1.6.0.5.txt index a08bb96..d47386b 100644 --- a/Documentation/RelNotes/1.6.0.5.txt +++ b/Documentation/RelNotes/1.6.0.5.txt @@ -13,7 +13,7 @@ Fixes since v1.6.0.4 * "git diff" always allowed GIT_EXTERNAL_DIFF and --no-ext-diff was no= -op for the command. =20 -* Giving 3 or more tree-ish to "git diff" is supposed to show the comb= ined +* Giving 3 or more treeish to "git diff" is supposed to show the combi= ned diff from second and subsequent trees to the first one, but the orde= r was screwed up. =20 diff --git a/Documentation/RelNotes/1.6.2.4.txt b/Documentation/RelNote= s/1.6.2.4.txt index f4bf1d0..f75086d 100644 --- a/Documentation/RelNotes/1.6.2.4.txt +++ b/Documentation/RelNotes/1.6.2.4.txt @@ -13,7 +13,7 @@ Fixes since v1.6.2.3 * "git-add -p" lacked a way to say "q"uit to refuse staging any hunks = for the remaining paths. You had to say "d" and then ^C. =20 -* "git-checkout " did not update the index entry= at +* "git-checkout " did not update the index entry = at the named path; it now does. =20 * "git-fast-export" choked when seeing a tag that does not point at co= mmit. diff --git a/Documentation/RelNotes/1.8.1.2.txt b/Documentation/RelNote= s/1.8.1.2.txt index 5ab7b18..0cdb2f9 100644 --- a/Documentation/RelNotes/1.8.1.2.txt +++ b/Documentation/RelNotes/1.8.1.2.txt @@ -12,7 +12,7 @@ Fixes since v1.8.1.1 after completing a single directory name. =20 * Command line completion leaked an unnecessary error message while - looking for possible matches with paths in . + looking for possible matches with paths in . =20 * "git archive" did not record uncompressed size in the header when streaming a zip archive, which confused some implementations of unz= ip. diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/= 1.8.2.txt index fc606ae..70fda04 100644 --- a/Documentation/RelNotes/1.8.2.txt +++ b/Documentation/RelNotes/1.8.2.txt @@ -421,7 +421,7 @@ details). to add a newline after such a line. =20 * Command line completion leaked an unnecessary error message while - looking for possible matches with paths in . + looking for possible matches with paths in . =20 * Command line completion for "tcsh" emitted an unwanted space after completing a single directory name. diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.= txt index 15c7e79..28cef30 100644 --- a/Documentation/diff-format.txt +++ b/Documentation/diff-format.txt @@ -7,13 +7,13 @@ The raw output format from "git-diff-index", "git-dif= f-tree", These commands all compare two sets of things; what is compared differs: =20 -git-diff-index :: - compares the and the files on the filesystem. +git-diff-index :: + compares the and the files on the filesystem. =20 -git-diff-index --cached :: - compares the and the index. +git-diff-index --cached :: + compares the and the index. =20 -git-diff-tree [-r] [...]:: +git-diff-tree [-r] [...]:: compares the trees named by the two arguments. =20 git-diff-files [...]:: diff --git a/Documentation/diff-generate-patch.txt b/Documentation/diff= -generate-patch.txt index 55f499a..3458c22 100644 --- a/Documentation/diff-generate-patch.txt +++ b/Documentation/diff-generate-patch.txt @@ -134,7 +134,7 @@ The `mode ,..` line appears only = if at least one of the is different from the rest. Extended headers with information about detected contents movement (renames and copying detection) are designed to work with diff of two - and are not used by combined diff format. + and are not used by combined diff format. =20 3. It is followed by two-line from-file/to-file header =20 diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.= txt index b97aaab..5c6aef9 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git archive' [--format=3D] [--list] [--prefix=3D/] [] [-o | --output=3D] [--worktree-attributes] - [--remote=3D [--exec=3D]] + [--remote=3D [--exec=3D]] [...] =20 DESCRIPTION @@ -71,7 +71,7 @@ OPTIONS Used with --remote to specify the path to the 'git-upload-archive' on the remote side. =20 -:: +:: The tree or commit to produce an archive for. =20 :: diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkou= t.txt index ca118ac..ea12697 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -11,8 +11,8 @@ SYNOPSIS 'git checkout' [-q] [-f] [-m] [] 'git checkout' [-q] [-f] [-m] [--detach] [] 'git checkout' [-q] [-f] [-m] [[-b|-B|--orphan] ] [] -'git checkout' [-f|--ours|--theirs|-m|--conflict=3D