* git repository moved
@ 2009-08-21 9:32 Frank Terbeck
0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2009-08-21 9:32 UTC (permalink / raw)
To: zsh-workers
Seems like sf.net decided to change the URI of its git repositories a
little. A change such as the following (to .git/config) should get
your existing local repositories up to speed:
[snip]
--- config~ 2009-06-19 16:39:27.000000000 +0200
+++ config 2009-08-21 11:26:58.000000000 +0200
@@ -4,7 +4,7 @@
bare = false
logallrefupdates = true
[remote "origin"]
- url = git://zsh.git.sf.net/gitroot/zsh
+ url = git://zsh.git.sf.net/gitroot/zsh/zsh
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
[snap]
So, if you'd like to make a fresh clone of the repository the
appropriate command now is:
% git clone git://zsh.git.sf.net/gitroot/zsh/zsh
Regards, Frank
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-08-21 9:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-21 9:32 git repository moved Frank Terbeck
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
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).