Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

History / Frequently Asked Questions

Revisions

  • Adding new FAQ page about proxy servers

    @adamkerz adamkerz committed Mar 12, 2015
  • Updated Frequently Asked Questions (markdown)

    @kblees kblees committed Jan 21, 2015
  • Updated Frequently Asked Questions (markdown)

    @kblees kblees committed Jan 21, 2015
  • Add a new question about the relationship between msysGit and Git for Windows

    @dscho dscho committed Oct 11, 2014
  • Updated FAQ for issue #255

    @tzaeschke tzaeschke committed Oct 8, 2014
  • openssh/openssl is not old anymore

    @t-b t-b committed Aug 15, 2014
  • Updated Frequently Asked Questions (markdown)

    @t-b t-b committed Jul 26, 2014
  • Updated Frequently Asked Questions (markdown)

    @BrianGilbert BrianGilbert committed Jun 23, 2014
  • Updated Frequently Asked Questions (markdown)

    @BrianGilbert BrianGilbert committed Jun 23, 2014
  • Updated Frequently Asked Questions (markdown)

    @BrianGilbert BrianGilbert committed Jun 23, 2014
  • Follow the Perl example with the Subversion section

    @dscho dscho committed Apr 19, 2014
  • Group Perl related questions

    @dolmen dolmen committed Apr 19, 2014
  • Use even smaller font for FAQ TOC Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Mar 29, 2014
  • More fixes after splitting the FAQ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Mar 29, 2014
  • Use smaller headers in the FAQ Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Mar 29, 2014
  • 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>

    @dscho dscho committed Mar 29, 2014
  • Mention that openssh is a msys program

    @t-b t-b committed Mar 15, 2014
  • Added OpenSSH/SSL note on its installation

    Philip Oakley committed Feb 27, 2014
  • Have a little fun.

    @dscho dscho committed Feb 10, 2014
  • Explain what a Subversion upgrade requires of you

    @dscho dscho committed Feb 10, 2014
  • 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...)

    @dscho dscho committed Jan 6, 2014
  • We have a pull request for the long path problem now

    @dscho dscho committed Jan 6, 2014
  • Link the /libexec/-is-huge page

    @dscho dscho committed Jan 6, 2014
  • Update to point out use of prove to run tests.

    @patthoyts patthoyts committed Dec 7, 2013
  • Updated Frequently Asked Questions (markdown)

    @t-b t-b committed Dec 6, 2013
  • Updated Frequently Asked Questions (markdown)

    @t-b t-b committed Dec 5, 2013
  • Updated Frequently Asked Questions (markdown)

    @t-b t-b committed Dec 5, 2013
  • Updated Frequently Asked Questions (markdown)

    @t-b t-b committed Dec 5, 2013
  • explain the commands to rebase a bit more in depth

    @t-b t-b committed Dec 5, 2013
  • Revert cc52021464483270880e2f413e59fe5dc3c6b5b9 ... 153e15893575964602a3e14a91d7349c7fa3c282

    @jcbwlkr jcbwlkr committed Nov 17, 2013