We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>
Merge remote-tracking branch 'origin/update-git-extra-docs' Signed-off-by: Johannes Schindelin <[email protected]>
Replace `git-extra` with `mingw-w64-git-extra`
wiki: rename git-extra to mingw-w64-git-extra In a recent commit, we started publishing the mingw-w64-git-extra package in addition to git-extra. We intend to completely remove the old git-extra package over time, but let's start using the new mingw-w64-git-extra prefix now. More background on this change can be found in the attached commit. Ref: https://github.com/git-for-windows/build-extra/commit/3f26b1b0ca8bed41124b893783afc848fbbd94f6 Signed-off-by: Dennis Ameling <[email protected]>
Explain how to develop the installer's pages efficiently
Lead with the simplest way to build the installer
Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>
Adjust for the currently-used main branch name Signed-off-by: Johannes Schindelin <[email protected]>
Add some detail about the built-in commands and their `.exe` files
Use the new homepage consistently We now use the domain gitforwindows.org, which is much easier to remember and quicker to type. Signed-off-by: Johannes Schindelin <[email protected]>
explain how to run sdk and fix update of build-extra (checkout may do nothing)
We require a certain format for the version... Actually InnoSetup...
Update make commands for documentation updates (missing git-subtree.html file)
Mention the need to update the Git SDK before making the installer
Give people an idea where to start when they want to contribute