]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: prepare to be consistent about "git-" versus "git "
authorJonathan Nieder <jrnieder@uchicago.edu>
Mon, 30 Jun 2008 22:17:07 +0000 (17:17 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2008 00:20:09 +0000 (17:20 -0700)
With the dashed forms of git commands not in $(bindir), we have
to change many instances of "git-command" to "git command". Also,
for consistency it is at times appropriate to make the opposite
change. In some cases, the change is not so simple as changing one
character.

This patch gets rid of some of those cases by rewrapping lines.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mailinfo.txt
Documentation/git-tag.txt
Documentation/gitrepository-layout.txt
Documentation/gittutorial.txt

index 183dc1dd75c1268b199257496ac778e0d5dd7743..6a73b7371a271c27a3ecd377ff7210de552ad6f3 100644 (file)
@@ -29,8 +29,8 @@ OPTIONS
        among which (1) remove 'Re:' or 're:', (2) leading
        whitespaces, (3) '[' up to ']', typically '[PATCH]', and
        then prepends "[PATCH] ".  This flag forbids this
-       munging, and is most useful when used to read back 'git
-       format-patch -k' output.
+       munging, and is most useful when used to read back
+       'git format-patch -k' output.
 
 -u::
        The commit log message, author name and author email are
index 8f40f4bf0df8bb8db58830e32d85964542d6cd6a..0c41711115a0d49adf399ac2400bac91a9027a57 100644 (file)
@@ -122,8 +122,8 @@ others have already seen the old one. So just use "git tag -f"
 again, as if you hadn't already published the old one.
 
 However, Git does *not* (and it should not) change tags behind
-users back. So if somebody already got the old tag, doing a "git
-pull" on your tree shouldn't just make them overwrite the old
+users back. So if somebody already got the old tag, doing a
+"git pull" on your tree shouldn't just make them overwrite the old
 one.
 
 If somebody got a release tag from you, you cannot just change
index b75508aa50abcee4d98b2f669c593e537ff4b481..2afc5a3e885679b29fb72641e978252fb66bf983 100644 (file)
@@ -167,14 +167,14 @@ info/grafts::
 info/exclude::
        This file, by convention among Porcelains, stores the
        exclude pattern list. `.gitignore` is the per-directory
-       ignore file.  `git status`, `git add`, `git rm` and `git
-       clean` look at it but the core git commands do not look
+       ignore file.  `git status`, `git add`, `git rm` and
+       `git clean` look at it but the core git commands do not look
        at it.  See also: linkgit:gitignore[5].
 
 remotes::
        Stores shorthands to be used to give URL and default
-       refnames to interact with remote repository to `git
-       fetch`, `git pull` and `git push` commands.
+       refnames to interact with remote repository to
+       `git fetch`, `git pull` and `git push` commands.
 
 logs::
        Records of changes made to refs are stored in this
index b8331672425d7ec9c581294365fc1144029f3806..144bacd3debb2a9b87463a0b3dc7d38aa99f4df6 100644 (file)
@@ -19,8 +19,8 @@ If you are instead primarily interested in using git to fetch a project,
 for example, to test the latest version, you may prefer to start with
 the first two chapters of link:user-manual.html[The Git User's Manual].
 
-First, note that you can get documentation for a command such as "git
-log --graph" with:
+First, note that you can get documentation for a command such as
+"git log --graph" with:
 
 ------------------------------------------------
 $ man git-log