Skip to content

Commit d5f0e56

Browse files
committed
Move wiki pages into place
This was accomplished by git mv *.png static/img/ and git ls-tree --format='%(path)' HEAD^{/^Merge.*wiki}^2 | while read path do test "z$path" != "z${path%.md}" && test -f "$path" || continue title="$(echo "${path%.md}" | tr '-' ' ')" filename="$(echo "$title" | tr 'A-Z' 'a-z' | sed 's/[^0-9A-Za-z_]\+/-/g').md" sed -i '1i---\ntitle: "'"$title"'"\naliases:\n - "'"$path"'"\n---' "$path" && git mv "$path" content/"$filename" done Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 4582fd4 commit d5f0e56

File tree

52 files changed

+255
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+255
-0
lines changed

32-bit-issues.md renamed to content/32-bit-issues.md

Lines changed: 5 additions & 0 deletions

Adding-regression-tests.md renamed to content/adding-regression-tests.md

Lines changed: 5 additions & 0 deletions

Auto-launching-ssh-agent-when-git-starts.md renamed to content/auto-launching-ssh-agent-when-git-starts.md

Lines changed: 5 additions & 0 deletions

Backporting-upstream-Git-patches.md renamed to content/backporting-upstream-git-patches.md

Lines changed: 5 additions & 0 deletions

Building-Git.md renamed to content/building-git.md

Lines changed: 5 additions & 0 deletions

Building-msys2-runtime.md renamed to content/building-msys2-runtime.md

Lines changed: 5 additions & 0 deletions

Building-new-package-versions.md renamed to content/building-new-package-versions.md

Lines changed: 5 additions & 0 deletions

Compiling-Git-with-Visual-Studio.md renamed to content/compiling-git-with-visual-studio.md

Lines changed: 5 additions & 0 deletions

Contact.md renamed to content/contact.md

Lines changed: 5 additions & 0 deletions

Continuous-Integration-(CI).md renamed to content/continuous-integration-ci-.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)