Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Git completion slowness
- X-seq: zsh-workers 28519
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Thomas GstÃdtner <thomas@xxxxxxxxxxxxxx>
- Subject: Re: Git completion slowness
- Date: Fri, 10 Dec 2010 13:11:11 +0100
- Cc: zsh-workers@xxxxxxx
- 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=
- In-reply-to: <AANLkTimFeBgGqLRSyYMtdRR5scXByDm8EP2RHfgfjtgx@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=4OkTExqGZOCY8B64HGatuKh9S=8hkfKkMrF3K@xxxxxxxxxxxxxx> <alpine.LNX.2.01.1012091710280.2792@hp> <87k4jhsx78.fsf@xxxxxxxxxxxxxxxxxxxxxx> <AANLkTi=RiNxd=f4yezvHFd6sVGs-9PvSsM=S=c0p1Ybj@xxxxxxxxxxxxxx> <AANLkTimFeBgGqLRSyYMtdRR5scXByDm8EP2RHfgfjtgx@xxxxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Fri, Dec 10, 2010 at 12:54, Thomas GstÃdtner <thomas@xxxxxxxxxxxxxx> wrote:
> On Fri, Dec 10, 2010 at 12:37, Nikolai Weibull <now@xxxxxxxx> 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ât say that itâs shiny nor new, but itâs more correct
and more flexibly and hopefully faster where it can be.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author