git-commit-vandalism/Documentation/howto
Taylor Blau 6c3b077c71 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>
2022-10-26 13:35:41 -07:00
..
coordinate-embargoed-releases.txt Document how we do embargoed releases 2021-03-27 15:13:12 -07:00
keep-canonical-history-correct.txt
maintain-git.txt Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocation 2022-10-26 13:35:41 -07:00
new-command.txt
rebase-from-internal-branch.txt docs: adjust the technical overview for the rename pu -> seen 2020-06-25 09:18:55 -07:00
rebuild-from-update-hook.txt
recover-corrupted-blob-object.txt
recover-corrupted-object-harder.txt docs: move pack format docs to man section 5 2022-08-04 14:12:24 -07:00
revert-a-faulty-merge.txt
revert-branch-rebase.txt docs: adjust the technical overview for the rename pu -> seen 2020-06-25 09:18:55 -07:00
separating-topic-branches.txt
setup-git-server-over-http.txt
update-hook-example.txt docs: adjust the technical overview for the rename pu -> seen 2020-06-25 09:18:55 -07:00
use-git-daemon.txt
using-merge-subtree.txt
using-signed-tag-in-pull-request.txt