There was an error while loading. Please reload this page.
Adding new FAQ page about proxy servers
Updated Frequently Asked Questions (markdown)
Add a new question about the relationship between msysGit and Git for Windows
Updated FAQ for issue #255
openssh/openssl is not old anymore
Follow the Perl example with the Subversion section
Group Perl related questions
Use even smaller font for FAQ TOC Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
More fixes after splitting the FAQ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Use smaller headers in the FAQ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Split the FAQ It is really hard to find things without a table of contents. GitHub's wiki engine cannot auto-generate a table of contents, so let's just use the FAQ page itself as a table of contents, and fan out into individual pages for the individual questions. This trick was performed by the command-line m=Frequently-Asked-Questions.md echo > $m.new p= for l in $(grep -n '^# ' $m | sed 's/:.*//'; wc -l < $m) do test -z "$p" || sed -n "$(($p+2)),$(($l-1))p" < $m > $file title="$(sed -n "${l}p" < $m)" title="${title#\# }" file="$(echo "$title" | tr ' ' - | tr -d "?\"':/").md" test -z "$title" || echo "# [$title](${file%.md})" >> $m.new p=$l done followed by minimal manual fixing. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Mention that openssh is a msys program
Added OpenSSH/SSL note on its installation
Have a little fun.
Explain what a Subversion upgrade requires of you
Some touchups (seems that this developer is the only person ever updating this page; at least that way this developer cannot contribute other things to Git for Windows. Oh, wait...)
We have a pull request for the long path problem now
Link the /libexec/-is-huge page
Update to point out use of prove to run tests.
explain the commands to rebase a bit more in depth
Revert cc52021464483270880e2f413e59fe5dc3c6b5b9 ... 153e15893575964602a3e14a91d7349c7fa3c282