Skip to content

Commit 46e56e8

Browse files
Jonathan Niedergitster
authored andcommitted
Documentation: prepare to be consistent about "git-" versus "git "
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>
1 parent 963a653 commit 46e56e8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Documentation/git-mailinfo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ OPTIONS
2929
among which (1) remove 'Re:' or 're:', (2) leading
3030
whitespaces, (3) '[' up to ']', typically '[PATCH]', and
3131
then prepends "[PATCH] ". This flag forbids this
32-
munging, and is most useful when used to read back 'git
33-
format-patch -k' output.
32+
munging, and is most useful when used to read back
33+
'git format-patch -k' output.
3434

3535
-u::
3636
The commit log message, author name and author email are

Documentation/git-tag.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ others have already seen the old one. So just use "git tag -f"
122122
again, as if you hadn't already published the old one.
123123

124124
However, Git does *not* (and it should not) change tags behind
125-
users back. So if somebody already got the old tag, doing a "git
126-
pull" on your tree shouldn't just make them overwrite the old
125+
users back. So if somebody already got the old tag, doing a
126+
"git pull" on your tree shouldn't just make them overwrite the old
127127
one.
128128

129129
If somebody got a release tag from you, you cannot just change

Documentation/gitrepository-layout.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ info/grafts::
167167
info/exclude::
168168
This file, by convention among Porcelains, stores the
169169
exclude pattern list. `.gitignore` is the per-directory
170-
ignore file. `git status`, `git add`, `git rm` and `git
171-
clean` look at it but the core git commands do not look
170+
ignore file. `git status`, `git add`, `git rm` and
171+
`git clean` look at it but the core git commands do not look
172172
at it. See also: linkgit:gitignore[5].
173173

174174
remotes::
175175
Stores shorthands to be used to give URL and default
176-
refnames to interact with remote repository to `git
177-
fetch`, `git pull` and `git push` commands.
176+
refnames to interact with remote repository to
177+
`git fetch`, `git pull` and `git push` commands.
178178

179179
logs::
180180
Records of changes made to refs are stored in this

Documentation/gittutorial.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ If you are instead primarily interested in using git to fetch a project,
1919
for example, to test the latest version, you may prefer to start with
2020
the first two chapters of link:user-manual.html[The Git User's Manual].
2121

22-
First, note that you can get documentation for a command such as "git
23-
log --graph" with:
22+
First, note that you can get documentation for a command such as
23+
"git log --graph" with:
2424

2525
------------------------------------------------
2626
$ man git-log

0 commit comments

Comments
 (0)