-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: the name of the system is 'Git', not 'git'
Signed-off-by: Thomas Ackermann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information
Showing
128 changed files
with
902 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,9 +103,9 @@ without external resources. Instead of giving a URL to a mailing list | |
archive, summarize the relevant points of the discussion. | ||
|
||
|
||
(3) Generate your patch using git tools out of your commits. | ||
(3) Generate your patch using Git tools out of your commits. | ||
|
||
git based diff tools generate unidiff which is the preferred format. | ||
Git based diff tools generate unidiff which is the preferred format. | ||
|
||
You do not have to be afraid to use -M option to "git diff" or | ||
"git format-patch", if your patch involves file renames. The | ||
|
@@ -122,7 +122,7 @@ that is fine, but please mark it as such. | |
|
||
(4) Sending your patches. | ||
|
||
People on the git mailing list need to be able to read and | ||
People on the Git mailing list need to be able to read and | ||
comment on the changes you are submitting. It is important for | ||
a developer to be able to "quote" your changes, using standard | ||
e-mail tools, so that they may comment on specific portions of | ||
|
@@ -244,7 +244,7 @@ then you just add a line saying | |
|
||
Signed-off-by: Random J Developer <[email protected]> | ||
|
||
This line can be automatically added by git if you run the git-commit | ||
This line can be automatically added by Git if you run the git-commit | ||
command with the -s option. | ||
|
||
Notice that you can place your own Signed-off-by: line when | ||
|
@@ -337,7 +337,7 @@ Know the status of your patch after submission | |
tell you if your patch is merged in pu if you rebase on top of | ||
master). | ||
|
||
* Read the git mailing list, the maintainer regularly posts messages | ||
* Read the Git mailing list, the maintainer regularly posts messages | ||
entitled "What's cooking in git.git" and "What's in git.git" giving | ||
the status of various proposed changes. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.