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
Dan Moseley
e650d70485
How to recover from empty clone
2020-12-27 13:48:11 -08: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
9786dc0b7f
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>
2018-02-12 11:08:44 +01:00
Johannes Schindelin
2e67bd3924
Describe how to build a Pull Request's revision, or a different branch than Git for Windows' `master` branch.
2016-04-14 13:09:54 +02:00
Philip Oakley
6f81c5d3d8
Linked to further details about the regression test page (which falls off the regular page list)
2016-03-26 14:27:20 +00:00
Johannes Schindelin
af7c6c8e6f
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>
2016-01-20 07:23:35 +01:00
Robert Dailey
437df7bead
Simplify the build (make) step
2015-07-19 11:32:33 -05:00
Robert Dailey
abd8981039
Add "make install" step to instructions for the noobs (like myself!)
2015-05-04 09:25:51 -05:00
Johannes Schindelin
26084d638f
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>
2015-04-15 17:23:41 +02:00
Johannes Schindelin
e6d5b42457
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>
2015-04-15 12:19:37 +02:00
dscho
f761932ff1
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.
2015-04-06 22:26:28 +02:00
Yonggang Luo
4f34e6aa0d
Updated Building Git (markdown)
2015-04-07 01:48:07 +08:00
nalla
e07026d8db
Added `prove` invocation
2015-03-30 14:07:38 +02:00
dscho
0fbf8ecb15
Use the home page's SDK link consistently.
2015-03-29 16:20:39 +00:00
nalla
fbbedcac3f
small fixup
2015-03-24 14:44:37 +01:00
nalla
76bff8167c
Reflect the upcoming desktop shortcut.
2015-03-24 14:42:25 +01:00
nalla
134bb6ff79
Removed msys2-runtime build instructions.
2015-03-24 14:38:24 +01:00
nalla
cee7fe0133
Updated build instructions to reflect the `net-installer`
2015-03-24 14:22:27 +01:00
dscho
b5d6300447
Skip no longer necessary step, point out that you need to use MSys to compile
2015-03-09 15:03:16 +01:00
마누엘
870fc1a37d
Removed temporary stuff.
2015-03-07 13:37:28 +01:00
dscho
37f3153659
Remove last remnants of the .sh idea
2015-03-02 08:50:13 +01:00
dscho
7596866bf4
We need only a single batch file again
2015-03-01 19:10:08 +01:00
마누엘
df985ccdcc
Updated instructions to reflect the install via shell script. I referenced my fork till the changes are merged.
2015-02-26 10:56:56 +01:00
Thomas Braun
9777fb7af6
Updated Building Git (markdown)
2015-02-26 00:49:07 +01:00
Thomas Braun
db138a8f56
Updated Building Git (markdown)
2015-02-26 00:48:42 +01:00
마누엘
2909eacc33
fixed typo
2015-02-25 19:00:02 +01:00
마누엘
e15bbe65e6
changed build instruction to altered setup-git-sdk.bat
2015-02-25 18:57:58 +01:00
dscho
a9584117d9
Update instructions (we have a convenient SDK setup script now)
2015-02-25 10:51:02 +01:00
dscho
f0514ee799
diffutils are needed for the test suite: `cmp.exe` is called *a lot*
2015-02-25 08:43:17 +01:00
마누엘
8be332d85b
Updated name of temporary remote branch to update-to-2.3.0, correct me if that was a mistake.
2015-02-25 07:13:17 +01:00
dscho
30db14974a
For some reason, MSys2's ca-certificates are not installed properly; they need to be reinstalled
2015-02-24 21:40:22 +01:00
dscho
270379ab5c
The 'tar' package is required to run t0024, t3513, t4116, t5000, t5001, t5002, t5004, t6041, t7800 and t9502.
2015-02-24 15:20:40 +01:00
dscho
1e20aeb212
PCRE is now a confirmed dependency
2015-02-23 18:51:21 +01:00
dscho
662fc143d3
Hint at the resolution of the `child_info_fork` issue
2015-02-23 18:50:30 +01:00
마누엘
8a0700a090
Added note about a MSYS2 issue for building git
2015-02-23 16:18:42 +01:00
dscho
fdf8872911
Oops. MSys2 spells x86_64 consistently with an underscore...
2015-02-23 14:10:17 +01:00
dscho
d2840d80f3
Document how to build stuff and things
2015-02-23 13:51:05 +01:00