summaryrefslogtreecommitdiff
path: root/Documentation/howto
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-26 20:15:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-10-26 20:35:41 (GMT)
commit6c3b077c7189606f262bbe6a2f296a52dcf67f08 (patch)
tree49ed86ff1a19ab1c4da9c85013791e843c1330b2 /Documentation/howto
parent7d8dc5a1af9da32ac7454499f308db757eb19642 (diff)
downloadgit-6c3b077c7189606f262bbe6a2f296a52dcf67f08.zip
git-6c3b077c7189606f262bbe6a2f296a52dcf67f08.tar.gz
git-6c3b077c7189606f262bbe6a2f296a52dcf67f08.tar.bz2
Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocation
The Meta/redo-jch.sh script is generated a few lines earlier by running: $ Meta/Reintegrate master..seen >Meta/redo-jch.sh But the resulting script is not necessarily executable. Later mentions of this script invoke it with sh (instead of directly), but this one is an odd one out. Update the documentation to invoke the Meta/redo-jch.sh script with sh in case the maintainer has not made the script executable. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/howto')
-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 '###'