summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-08 22:14:45 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-11-08 22:14:45 (GMT)
commit098b1d07bce86358d0d3aeb2ea6f1932362709b0 (patch)
treecdf1e1eca10876f5657bfc1825e1f5fa5d1dd8d6 /Documentation
parent3b08839926fcc7cc48cf4c759737c1a71af430c1 (diff)
parent6c3b077c7189606f262bbe6a2f296a52dcf67f08 (diff)
downloadgit-098b1d07bce86358d0d3aeb2ea6f1932362709b0.zip
git-098b1d07bce86358d0d3aeb2ea6f1932362709b0.tar.gz
git-098b1d07bce86358d0d3aeb2ea6f1932362709b0.tar.bz2
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/howto/maintain-git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/maintain-git.txt b/Documentation/howto/maintain-git.txt
index a67130d..215e2ed 100644
--- a/Documentation/howto/maintain-git.txt
+++ b/Documentation/howto/maintain-git.txt
@@ -256,7 +256,7 @@ by doing the following:
merged to 'next', add it at the end of the list. Then:
$ git checkout -B jch master
- $ Meta/redo-jch.sh -c1
+ $ sh Meta/redo-jch.sh -c1
to rebuild the 'jch' branch from scratch. "-c1" tells the script
to stop merging at the first line that begins with '###'