gitworkflows: fix grammar in 'Merge upwards' rule
Signed-off-by: Kyle Meyer <kyle@kyleam.com> Reviewed-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kyle Meyer committed
Jun 9, 2018 at 11:19 UTC
58ebd936cc92441ec672b96e98ad12b34b3cb4a8
1 file changed
+1
-1
Documentation/gitworkflows.txt
+1
-1
@@ -107,7 +107,7 @@ the unstable branch into the stable one. Hence the following:
107
.Merge upwards
108
[caption="Rule: "]
109
=====================================
110
-Always commit your fixes to the oldest supported branch that require
110
+Always commit your fixes to the oldest supported branch that requires
111
them. Then (periodically) merge the integration branches upwards into each
112
other.
113
=====================================