Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Peter Klavins 3adfdaf09d Make hacking on Git using an msysGit installer more firewall-friendly
Change the use of the git:// protocol for msysGit submodules to the
https:// protocol, so that developers behind firewalls who have
installed msysGit-netinstall or -fullinstall are not discouraged from
hacking on Git because 'git submodule update' fails to run.  Use the
https:// protocol instead of the http:// protocol so that the
developers are eventually able to push their changes back to origin.
The performance penalty for downgrading from the git:// protocol to the
https:// protocol is minimal, given that msysGit now uses a smart-HTTP-
aware Git.

Signed-off-by: Peter Klavins <klavins@netspace.net.au>
2012-10-22 23:40:22 +01:00
Pat Thoyts 414fe1af5e Point all submodules to github.com now git-cheetah is there as well.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2012-02-01 08:12:05 +00:00
Stefan Naewe 74e6e019ab Update the git documentation submodule url.
In his latest "What's cooking in git.git" message (Nov 2011, #02; Sun, 6)
J.C.Hamano announced the availability of the documentation
branches (html, doc) in dedicated repositories at github.com.
Change .gitmodules to point 'doc/git/html' to the new repository.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2011-11-07 12:37:15 +00:00
Pat Thoyts e5ac1c8628 submodules: point git documentation submodule to github
While kernel.org remains unavailable we can use github for upstream.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
2011-10-12 13:33:45 +01:00
Johannes Schindelin a7ba4ad6bf We moved to github.com
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2011-09-12 03:51:46 +02:00
Johannes Schindelin d93782341a Add git-cheetah in a submodule in /src/git-cheetah/
The installers are not changed, so this submodule is not checked out
by default.  But its presence alone should make it easier for new
developers, as well as making git-cheetah a bit more visible.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2008-02-12 10:06:11 +00:00
Steffen Prohaska c8a2c66d1e html help: add submodule html pointing to Junio's html for 1.5.3
We do not want to generate the html documentation in msysgit
but instead take the autogenerated documentation from Junio's
repo. This avoids having to integrate the complete toolchain
with msysgit.

So register a submodule at path doc/git/html, which points to
the html pages for 1.5.3 (which is our current git version in
msysgit).

To actually checkout the html pages you need to run

   git-submodule init
   git-submodule update doc/git/html

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2007-10-03 15:41:57 +02:00
Johannes Schindelin b3099c20ca Move the git submodule url to git://repo.or.cz/git/mingw/4msysgit.git
Pasky has fixed the fork of a fork situation, and we can really start through
now!

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-07 02:16:11 +01:00
Johannes Schindelin 2914373028 Start anew
This initializes an independent branch, the way it should have been, with
git/ as a subproject.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2007-08-06 21:58:10 +01:00