git: a30982fef8 - main - [committers-guide] Remove obsolete misc question
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=a30982fef8762f3ea80e1840bad9c9f289ba8a3f commit a30982fef8762f3ea80e1840bad9c9f289ba8a3f Author: Fernando Apesteguía <[email protected]> AuthorDate: 2021-04-22 06:03:57 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2021-04-22 06:28:34 +0000 [committers-guide] Remove obsolete misc question Adding files in Git does not requiere special considerations. Approved by: 0mp Differential Revision: https://reviews.freebsd.org/D29884 --- documentation/content/en/articles/committers-guide/_index.adoc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 585d2b1478..e47a0ddff2 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3648,13 +3648,6 @@ Blanket approval for most ports applies to these types of fixes: * Trivial and _tested_ build and runtime fixes. * Documentations or metadata changes to ports, like [.filename]#pkg-descr# or `COMMENT`. -=== How do I add a new file to a branch? - -To add a file onto a branch, simply checkout or update to the branch you want to add to and then add the file using the add operation as you normally would. -This works fine for the `doc` and `ports` trees. -The `src` tree uses SVN and requires more care because of the `mergeinfo` properties. -See the <<subversion-primer>> for details on how to perform an MFC. - === How do I access people.FreeBSD.org to put up personal or project information? `people.FreeBSD.org` is the same as `freefall.FreeBSD.org`. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"