From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: [PATCH] Just run Ispell through git.txt Date: Tue, 16 Aug 2005 00:23:06 +0900 Message-ID: <87ek8vp6lh.wl@mail2.atmark-techno.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-From: git-owner@vger.kernel.org Mon Aug 15 17:27:09 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4goH-0001Pc-43 for gcvg-git@gmane.org; Mon, 15 Aug 2005 17:23:33 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964777AbVHOPXa (ORCPT ); Mon, 15 Aug 2005 11:23:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964795AbVHOPXa (ORCPT ); Mon, 15 Aug 2005 11:23:30 -0400 Received: from shop.atmark-techno.com ([210.191.215.173]:35250 "EHLO mail2.atmark-techno.com") by vger.kernel.org with ESMTP id S964777AbVHOPX3 (ORCPT ); Mon, 15 Aug 2005 11:23:29 -0400 Received: from smtp.local-network (dns1.atmark-techno.com [210.191.215.170]) by mail2.atmark-techno.com (Postfix) with ESMTP id 34252767; Tue, 16 Aug 2005 00:23:12 +0900 (JST) Received: from wat.atmark-techno.com (unknown [192.168.10.81]) by smtp.local-network (Postfix) with ESMTP id 149DDB61F; Tue, 16 Aug 2005 00:25:51 +0900 (JST) To: git@vger.kernel.org User-Agent: Wanderlust/2.14.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org [PATCH] Just run Ispell through git.txt Signed-off-by: Yasushi SHOJI --- Documentation/git.txt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) 7752fb658ce21b5156547593df01a3a4584ebf80 diff --git a/Documentation/git.txt b/Documentation/git.txt --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -38,7 +38,7 @@ In addition, git itself comes with a spa commands. They are usable but are not meant to compete with real Porcelains. -There are also some ancilliary programs that can be viewed as useful +There are also some ancillary programs that can be viewed as useful aids for using the core commands but which are unlikely to be used by SCMs layered over git. @@ -122,8 +122,8 @@ The interrogate commands may create file touch the working file set - but in general they don't -Synching repositories -~~~~~~~~~~~~~~~~~~~~~ +Syncing repositories +~~~~~~~~~~~~~~~~~~~~ link:git-clone-script.html[git-clone-script]:: Clones a repository into the current repository (user interface) @@ -189,8 +189,8 @@ link:git-commit-script.html[git-commit-s Record changes to the repository. -Ancilliary Commands -------------------- +Ancillary Commands +------------------ Manipulators: link:git-apply-patch-script.html[git-apply-patch-script]:: @@ -212,7 +212,7 @@ link:git-tag-script.html[git-tag-script] An example script to create a tag object signed with GPG -Interogators: +Interrogators: link:git-diff-helper.html[git-diff-helper]:: Generates patch format output for git-diff-* @@ -252,7 +252,7 @@ Identifier Terminology Symbolic Identifiers -------------------- -Any git comand accepting any can also use the following +Any git command accepting any can also use the following symbolic notation: HEAD:: @@ -323,7 +323,7 @@ git so take care if using Cogito etc 'GIT_ALTERNATE_OBJECT_DIRECTORIES':: Due to the immutable nature of git objects, old objects can be archived into shared, read-only directories. This variable - specifies a ":" seperated list of git object directories which + specifies a ":" separated list of git object directories which can be used to search for git objects. New objects will not be written to these directories.