git: 3da6865c14 - main - committers-guide: git always requires a clean tree to rebase.
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=3da6865c14b60d0a0d94e1e66158c5bfb9f11e96 commit 3da6865c14b60d0a0d94e1e66158c5bfb9f11e96 Author: Warner Losh <[email protected]> AuthorDate: 2021-06-16 14:54:04 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-06-16 14:54:04 +0000 committers-guide: git always requires a clean tree to rebase. Remove confusing word. Sponsored by: Netflix --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 44360132c1..e27ffcfe8e 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -739,7 +739,7 @@ I have opted to do it on the commit command line, but you can also do it with 'g When it is time to bring in a new version, it is almost the same as w/o the branches. You would update like you would above, but there is one extra command before you update, and one after. The following assumes you are starting with an unmodified tree. -It is important to start rebasing operations with a clean tree (Git usually requires this). +It is important to start rebasing operations with a clean tree (Git requires this). [source,shell] .... _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"