From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lodato Subject: [PATCH/RFC 07/12] docs: use instead of Date: Fri, 12 Mar 2010 23:52:59 -0500 Message-ID: <1268455984-19061-8-git-send-email-lodatom@gmail.com> References: <1268455984-19061-1-git-send-email-lodatom@gmail.com> Cc: Mark Lodato To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Mar 13 05:54:26 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NqJMi-0007qX-50 for gcvg-git-2@lo.gmane.org; Sat, 13 Mar 2010 05:54:20 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933579Ab0CMExl (ORCPT ); Fri, 12 Mar 2010 23:53:41 -0500 Received: from qw-out-2122.google.com ([74.125.92.24]:38432 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756992Ab0CMExT (ORCPT ); Fri, 12 Mar 2010 23:53:19 -0500 Received: by qw-out-2122.google.com with SMTP id 9so447878qwb.37 for ; Fri, 12 Mar 2010 20:53:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=cy7odt2KWETm+9ce0bQzFQd3CDRKlx1SiUaYbDSeQew=; b=UPHB0sSOOCDCs61TUN74yCVST1beSoJ4gsrv9JhyePaaqX3pHEFZ8W+UFskv/saPbb CIFlioRdOqFMqz4t2FLjvQl48NM4UeJPFeBPjGFNFNrQNOQ5qZAAUPx+2YVq84Gg9ECZ 1WFoaK9rr5mkVp5i5jPlR+lAPR1mS0RSM+8ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=xd6LOi9FpUoVm0RW11Vgy6Pn3hjstb5kJ4C1sb3Fj6roK3LEYGoT0xYrq6PNMlhBzp RPw7q0K6F89xe1LBCgWXmJP9wmNWo5Kz0VwwgFHYAXWGFHc++simUlfxfqv2aWtu/t2n pJj+fordgubas6BeISVvEu3bh8Z/o0wxdqFuo= Received: by 10.224.50.144 with SMTP id z16mr777015qaf.378.1268455999105; Fri, 12 Mar 2010 20:53:19 -0800 (PST) Received: from localhost.localdomain (c-68-50-174-152.hsd1.dc.comcast.net [68.50.174.152]) by mx.google.com with ESMTPS id 22sm1694110qyk.10.2010.03.12.20.53.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 20:53:18 -0800 (PST) X-Mailer: git-send-email 1.7.0.2 In-Reply-To: <1268455984-19061-1-git-send-email-lodatom@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: There is no longer any reference to in the documentation, since all commands now accept a , so remove the latter in favor of the former. Signed-off-by: Mark Lodato --- I expect that this, along with the removal of , is the most controversial part of the patch series. I just don't see any reason to use the ugly and long when is going unused! Documentation/RelNotes-1.6.2.4.txt | 2 +- Documentation/diff-format.txt | 8 ++++---- Documentation/diff-generate-patch.txt | 2 +- Documentation/git-archive.txt | 4 ++-- Documentation/git-checkout.txt | 14 +++++++------- Documentation/git-commit-tree.txt | 4 ++-- Documentation/git-diff-index.txt | 4 ++-- Documentation/git-diff-tree.txt | 14 +++++++------- Documentation/git-diff.txt | 2 +- Documentation/git-grep.txt | 4 ++-- Documentation/git-ls-files.txt | 6 +++--- Documentation/git-ls-tree.txt | 4 ++-- Documentation/git-read-tree.txt | 4 ++-- Documentation/git-tar-tree.txt | 4 ++-- Documentation/git.txt | 11 ++++------- archive.c | 4 ++-- builtin/commit-tree.c | 2 +- builtin/diff-index.c | 2 +- builtin/diff-tree.c | 2 +- builtin/ls-files.c | 2 +- builtin/ls-tree.c | 2 +- builtin/tar-tree.c | 2 +- git-svn.perl | 2 +- t/t4100/t-apply-3.patch | 8 ++++---- t/t4100/t-apply-7.patch | 8 ++++---- 25 files changed, 59 insertions(+), 62 deletions(-) diff --git a/Documentation/RelNotes-1.6.2.4.txt b/Documentation/RelNotes-1.6.2.4.txt index f4bf1d0..0e36786 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. -* "git-checkout " did not update the index entry at +* "git-checkout " did not update the index entry at the named path; it now does. * "git-fast-export" choked when seeing a tag that does not point at commit. diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt index 15c7e79..e1311fb 100644 --- a/Documentation/diff-format.txt +++ b/Documentation/diff-format.txt @@ -7,11 +7,11 @@ The raw output format from "git-diff-index", "git-diff-tree", These commands all compare two sets of things; what is compared differs: -git-diff-index :: - compares the and the files on the filesystem. +git-diff-index :: + compares the and the files on the filesystem. -git-diff-index --cached :: - compares the and the index. +git-diff-index --cached :: + compares the and the index. git-diff-tree [-r] [...]:: compares the trees named by the two arguments. diff --git a/Documentation/diff-generate-patch.txt b/Documentation/diff-generate-patch.txt index 0f25ba7..e0eb126 100644 --- a/Documentation/diff-generate-patch.txt +++ b/Documentation/diff-generate-patch.txt @@ -110,7 +110,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. 3. It is followed by two-line from-file/to-file header diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 8d3e666..1d520fc 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git archive' [--format=] [--list] [--prefix=/] [] [-o | --output=] [--worktree-attributes] - [--remote= [--exec=]] + [--remote= [--exec=]] [path...] DESCRIPTION @@ -70,7 +70,7 @@ OPTIONS Used with --remote to specify the path to the 'git-upload-archive' on the remote side. -:: +:: The tree or commit to produce an archive for. path:: diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index 37c1810..b1061d5 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -10,8 +10,8 @@ SYNOPSIS [verse] 'git checkout' [-q] [-f] [-m] [] 'git checkout' [-q] [-f] [-m] [-b ] [] -'git checkout' [-f|--ours|--theirs|-m|--conflict=