]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/howto/maintain-git.txt
Documentation: build redo-jch.sh from master..jch
[thirdparty/git.git] / Documentation / howto / maintain-git.txt
index 215e2edb0f5f47fac8e1cf5dea91c7f8d1881d5b..bac6429fbc8760295d0d66520a28f643b0a04423 100644 (file)
@@ -231,7 +231,7 @@ by doing the following:
  - Prepare 'jch' branch, which is used to represent somewhere
    between 'master' and 'seen' and often is slightly ahead of 'next'.
 
-     $ Meta/Reintegrate master..seen >Meta/redo-jch.sh
+     $ Meta/Reintegrate master..jch >Meta/redo-jch.sh
 
    The result is a script that lists topics to be merged in order to
    rebuild 'seen' as the input to Meta/Reintegrate script.  Remove
@@ -283,6 +283,11 @@ by doing the following:
 
      $ git diff jch next
 
+   Then build the rest of 'jch':
+
+     $ git checkout jch
+     $ sh Meta/redo-jch.sh
+
    When all is well, clean up the redo-jch.sh script with
 
      $ sh Meta/redo-jch.sh -u