Skip to content

History / Compiling Git with Visual Studio

Revisions

  • 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]>

    @dscho dscho committed Mar 18, 2025
  • Add deprecation warning. It may help new people (like me) avoid looking for `git.sln` on the `vs/main` branch 👍

    @domsleee domsleee committed Nov 11, 2023
  • Fix whitespace issues Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Dec 19, 2020
  • Adjust for the currently-used main branch name Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Jun 17, 2020
  • added Sourcetrail link

    @PhilipOakley PhilipOakley committed Dec 3, 2019
  • Add a comment about Build Tools.

    @telezhnaya telezhnaya committed May 7, 2018
  • Actually, can't compile it in VS2013

    @YueLinHo YueLinHo committed May 23, 2017
  • Start documenting how to work with Git's sources in Visual Studio

    @dscho dscho committed Dec 1, 2016