From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26762 invoked by alias); 10 Dec 2010 12:11:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28519 Received: (qmail 26251 invoked from network); 10 Dec 2010 12:11:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=+Xcwv9jx2JP0/rQJKu3f/2uUC/p/eLj4vvsXKpxcSOw=; b=vyCpXZ6dTuORti+PmWoj1RDIPPlBKY+qMuSZCmVciN+XtBsDFpUpBn8ff05v2ylG3Y AD8rvNQdbwn9qIbyxNVviPZk0QGuy4NFpyZXAqusrecDIgbs5wxCZLH2RVh1qHmZoHnm bYQjbfz66U9KVTczHafqYKiO2EfpB6llSadE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=tFmEyG4D5vtzKnqgO/H32WM1IM3um0MNIh0KhNk3R2J+lOUhBoQsF/6JyrC0y2YlZ+ cngwvsGe3gn0j9CAuJsaaWSB2DCV6FfEbwpCNTjCkzoI9xgnj9Gig11klIlvV83CXWLo uGm+T1IStlxruJe7cKnyXAlzvT7zfRGGzrdwc= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: <87k4jhsx78.fsf@ft.bewatermyfriend.org> Date: Fri, 10 Dec 2010 13:11:11 +0100 X-Google-Sender-Auth: AtSLZxNQQx_VJ5nTTUuKHDXeDKg Message-ID: Subject: Re: Git completion slowness From: Nikolai Weibull To: =?UTF-8?Q?Thomas_Gst=C3=A4dtner?= Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Dec 10, 2010 at 12:54, Thomas Gst=C3=A4dtner wrote: > On Fri, Dec 10, 2010 at 12:37, Nikolai Weibull wrote: >> Perhaps someone can explain how you set up a CVS-to-Git mirror on >> GitHub? > That's easy. > 1) create a project at github or any other git hoster and a plain git > repository in this project. > 2) create a local git repo with 'git init', use git-cvsimport to > import the cvs repo into this git repo. > 3) add the git hoster (i.e. github) as a remote in your git repo via > 'git remote add' (or just copy'n'paste this from the hosters > description). > 4) push the imported cvs repo, which is now your git repo, to the remote. Thanks. > Hope this helps -- looking forward to the shiny new git-completion! Well, I wouldn=E2=80=99t say that it=E2=80=99s shiny nor new, but it=E2=80= =99s more correct and more flexibly and hopefully faster where it can be.