Re: git url changed

2009-08-26 Thread Roland McGrath
> On Tue, 25 Aug 2009, Roland McGrath wrote: > > > sourceforge has changed their git setup so that the old URLs do not work. > > I editted .git/config in my checkout and changed: > > > > url = ssh://strace.git.sourceforge.net/gitroot/strace > > > > to: > > > > url = ssh://strace.git.source

Re: git url changed

2009-08-26 Thread Andrew Hecox
On Tue, 25 Aug 2009, Roland McGrath wrote: > sourceforge has changed their git setup so that the old URLs do not work. > I editted .git/config in my checkout and changed: > > url = ssh://strace.git.sourceforge.net/gitroot/strace > > to: > > url = ssh://strace.git.sourceforge.net/gitroo

git url changed

2009-08-25 Thread Roland McGrath
sourceforge has changed their git setup so that the old URLs do not work. I editted .git/config in my checkout and changed: url = ssh://strace.git.sourceforge.net/gitroot/strace to: url = ssh://strace.git.sourceforge.net/gitroot/strace/strace to keep it working. If we have any