aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-06-16 14:54:04 +0000
committerWarner Losh <imp@FreeBSD.org>2021-06-16 14:54:04 +0000
commit3da6865c14b60d0a0d94e1e66158c5bfb9f11e96 (patch)
tree6b0c919737e6bcddb5a91d95a1b19eeae6a0a782
parent8dd6ba22afde42ad1da8b48b8b11414378e0248c (diff)
downloaddoc-3da6865c14b60d0a0d94e1e66158c5bfb9f11e96.tar.gz
doc-3da6865c14b60d0a0d94e1e66158c5bfb9f11e96.zip
committers-guide: git always requires a clean tree to rebase.
Remove confusing word. Sponsored by: Netflix
-rw-r--r--documentation/content/en/articles/committers-guide/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]
....