git: d80e24e051 - main - Use "in general" which is a more typical phrasing.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Dec 2021 03:02:08 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/doc/commit/?id=d80e24e0515d76475a18b5b1c01c4f927c3cd6f5 commit d80e24e0515d76475a18b5b1c01c4f927c3cd6f5 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-12-28 03:01:29 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-12-28 03:02:00 +0000 Use "in general" which is a more typical phrasing. Suggested by: emaste --- documentation/content/en/articles/problem-reports/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/problem-reports/_index.adoc b/documentation/content/en/articles/problem-reports/_index.adoc index 71c814a258..29bff9e428 100644 --- a/documentation/content/en/articles/problem-reports/_index.adoc +++ b/documentation/content/en/articles/problem-reports/_index.adoc @@ -171,7 +171,7 @@ Finally, if the submission is lengthy, prepare the work offline so that nothing [[pr-writing-attaching-patches]] == Attaching Patches or Files -In principal, we recommend using `git format-patch` to generate one or a series of unified diff against the base +In general, we recommend using `git format-patch` to generate one or a series of unified diff against the base branch (e.g. `origin/main`). Patches generated this way would include the Git hashes and will include your name and email address, making it easier for committers to apply your patch and properly credit you as the author (using `git am`).