Skip to content

Commit 098b1d0

Browse files
committed
Merge branch 'tb/howto-using-redo-script'
Doc update. * tb/howto-using-redo-script: Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocation
2 parents 3b08839 + 6c3b077 commit 098b1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/howto/maintain-git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ by doing the following:
256256
merged to 'next', add it at the end of the list. Then:
257257

258258
$ git checkout -B jch master
259-
$ Meta/redo-jch.sh -c1
259+
$ sh Meta/redo-jch.sh -c1
260260

261261
to rebuild the 'jch' branch from scratch. "-c1" tells the script
262262
to stop merging at the first line that begins with '###'

0 commit comments

Comments
 (0)