mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-21 08:23:24 -05:00
aff4cb666aacbccee50b6520dc27e4bd6f4d4323
In Windows, a double slash in the beginning of an absolute path denotes network paths of the form `\\localhost\share\file`. In Git for Windows' context, the same form is also available with forward slashes. Let's not start the path in the URL with a double slash (e.g. `ssh://host//usr/src/git/t/file`) but take pains to use the normalized form with a single slash, so that Git is not confusing the path for a UNC one. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Git for Windows
This is the source code of Git for Windows, forked from Git.
This project is run by a governance model. If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.
Description
Releases
335
Languages
C
51.7%
Shell
37.5%
Perl
4.3%
Tcl
3%
Python
0.8%
Other
2.5%