Compiling Git with Visual Studio
Johannes Schindelin edited this page 2025-03-18 11:19:20 +01:00
Clone

Wiki Page Revisions

8 Commits

Author SHA1 Message Date
Johannes Schindelin
1854c70bf9 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 <johannes.schindelin@gmx.de>
2025-03-18 11:19:20 +01:00
Dom Slee
aed1d9a1e6 Add deprecation warning. It may help new people (like me) avoid looking for `git.sln` on the `vs/main` branch 👍 2023-11-11 23:28:29 +11:00
Johannes Schindelin
ca955c8fd2 Fix whitespace issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-19 15:20:04 +01:00
Johannes Schindelin
999817d91c Adjust for the currently-used main branch name
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-06-17 21:46:28 +02:00
Philip Oakley
c124a2c06a added Sourcetrail link 2019-12-03 17:18:30 +00:00
Olga Telezhnaya
f6244fbd6e Add a comment about Build Tools. 2018-05-07 11:54:40 +03:00
Yue Lin Ho
40cd136ade Actually, can't compile it in VS2013 2017-05-23 10:03:17 +08:00
Johannes Schindelin
fccdd30c40 Start documenting how to work with Git's sources in Visual Studio 2016-12-01 18:01:06 +01:00