We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How to recover from empty clone
Fix whitespace issues Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 <johannes.schindelin@gmx.de>
Describe how to build a Pull Request's revision, or a different branch than Git for Windows' `master` branch.
Linked to further details about the regression test page (which falls off the regular page list)
Use the preferred spelling of the MSYS2 project While it does not make sense to pretend that the project name is a four-letter acronym (it really stands for "Minimal System"), it is definitely not worth an issue to fight over. We have much bigger fish to fry. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Simplify the build (make) step
Add "make install" step to instructions for the noobs (like myself!)
Move the remaining TODOs to the 'Building Git' page We should really describe how to use Eclipse or MSVC in that page... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Rename the 'net' installer into 'SDK' installer Much better to state the purpose than the means to achieve it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Fix: the building part was already described very well. Probably the intention of the latest edits was to help updating to the newest Git version.
Updated Building Git (markdown)
Added `prove` invocation
Use the home page's SDK link consistently.
small fixup
Reflect the upcoming desktop shortcut.
Removed msys2-runtime build instructions.
Updated build instructions to reflect the `net-installer`
Skip no longer necessary step, point out that you need to use MSys to compile
Removed temporary stuff.
Remove last remnants of the .sh idea
We need only a single batch file again
Updated instructions to reflect the install via shell script. I referenced my fork till the changes are merged.
fixed typo
changed build instruction to altered setup-git-sdk.bat
Update instructions (we have a convenient SDK setup script now)
diffutils are needed for the test suite: `cmp.exe` is called *a lot*
Updated name of temporary remote branch to update-to-2.3.0, correct me if that was a mistake.