From: Frank Terbeck <ft@bewatermyfriend.org>
To: zsh-workers@sunsite.dk
Subject: git repository moved
Date: Fri, 21 Aug 2009 11:32:02 +0200 [thread overview]
Message-ID: <20090821093202.GA8140@fsst.voodoo.lan> (raw)
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
reply other threads:[~2009-08-21 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090821093202.GA8140@fsst.voodoo.lan \
--to=ft@bewatermyfriend.org \
--cc=zsh-workers@sunsite.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).