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 How to keep a project's canonical history correct. 2014-05-28 13:35:43 -07:00
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 new-command.txt: correct the command description file 2016-06-27 06:11:57 -07:00
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 doc: use https links to avoid http redirect 2017-04-20 22:05:37 -07:00
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 doc: fix the 'revert a faulty merge' ASCII art tab spacing 2016-10-24 18:09:46 -07:00
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 Documentation: fix a bunch of typos, both old and new 2019-11-07 13:42:00 +09:00
setup-git-server-over-http.txt doc: format pathnames and URLs as monospace. 2019-03-13 11:14:22 +09:00
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 howto/using-merge-subtree: mention --allow-unrelated-histories 2018-10-25 14:45:15 +09:00
using-signed-tag-in-pull-request.txt