* MinGW port updated, now self-hosting again
@ 2007-03-13 9:59 Johannes Sixt
2007-03-13 10:14 ` Johannes Sixt
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Sixt @ 2007-03-13 9:59 UTC (permalink / raw)
To: git
I've updated the MinGW port at
pull/clone: git://repo.or.cz/git/mingw.git
gitweb: http://repo.or.cz/w/git/mingw.git
Thanks to the recent additions of fake symlink support, this version is
now self-hosting on Windows again.
Unfortunately, my time to work on this port is currently very limited.
For this reason, this version is already a week behind Junio's master.
This time I also did not make sure that the test-suite passes.
I also see that Shawn has updated the run_command family of functions to
make them more useful for MinGW. But I fear I won't find time to
integrate this work during this or next week.
-- Hannes
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MinGW port updated, now self-hosting again
2007-03-13 9:59 MinGW port updated, now self-hosting again Johannes Sixt
@ 2007-03-13 10:14 ` Johannes Sixt
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Sixt @ 2007-03-13 10:14 UTC (permalink / raw)
To: git
Johannes Sixt wrote:
>
> I've updated the MinGW port at
>
> pull/clone: git://repo.or.cz/git/mingw.git
> gitweb: http://repo.or.cz/w/git/mingw.git
>
> Thanks to the recent additions of fake symlink support, this version is
> now self-hosting on Windows again.
I forgot to mention: To make the repository self-hosting, you must set
git config core.symlinks false
but since you can do this only after a repository exists, a 'git clone'
will still fail during the checkout phase. To fix up the failure, just
enter the repository, set core.symlinks false, and follow-up with a 'git
reset --hard'.
-- Hannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-13 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13 9:59 MinGW port updated, now self-hosting again Johannes Sixt
2007-03-13 10:14 ` Johannes Sixt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).