Skip to content

Commit 617f491

Browse files
committed
docs/howto/*: re-generate
The script determines that it does not need to do anything if the `docs/howto/*.html` in question exists already. But we have to fix the `.txt` extension, which is now the `.adoc` extension. So, after `git rm external/docs/content/docs/howto/*.html`, I simply re-built them via: REBUILD_DOC=v2.50.0 RERUN=1 \ bundle exec ruby script/update-docs.rb git-worktree en Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent e3e589e commit 617f491

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
### DO NOT EDIT! Generated by script/update-docs.rb
33

4-
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/maintain-git.txt
4+
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/maintain-git.adoc
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
### DO NOT EDIT! Generated by script/update-docs.rb
33

4-
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/revert-a-faulty-merge.txt
4+
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/revert-a-faulty-merge.adoc
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
### DO NOT EDIT! Generated by script/update-docs.rb
33

4-
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/setup-git-server-over-http.txt
4+
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/setup-git-server-over-http.adoc
55
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
### DO NOT EDIT! Generated by script/update-docs.rb
33

4-
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/update-hook-example.txt
4+
redirect_to: https://github.com/git/git/blob/HEAD/Documentation/howto/update-hook-example.adoc
55
---

0 commit comments

Comments
 (0)