From: suvayu ali <fatkasuvayu+linux@gmail.com>
To: Rainer Stengele <rainer.stengele@online.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Orgmode performance problem and "solution"
Date: Wed, 26 Oct 2011 14:30:29 +0200 [thread overview]
Message-ID: <CAMXnza0+TsW+f1jCkbEiRYpSx0NHe8uQHz0rea=cwQ62+wJ=ww@mail.gmail.com> (raw)
In-Reply-To: <4EA7FA12.5090208@online.de>
Hi Rainer,
On Wed, Oct 26, 2011 at 14:16, Rainer Stengele
<rainer.stengele@online.de> wrote:
> No, the old repo
>
> git://repo.or.cz/org-mode.git
>
> I used is some time behind the one I use now.
> If I want to get a fix immediately I learned I have to use the new repo git://orgmode.org/org-mode.git
>
> I hope I got this right.
>
I should have been explicit. To change the remote repo, all you need
to do is update the url in the .git/config file.
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://orgmode.org/org-mode.git
^^^^^
You can also update the url with the following command:
$ git config remote.origin.url git://orgmode.org/org-mode.git
Once you have done that, all you need is `git pull` to get the latest.
> Rainer
Hope this helps in the future.
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2011-10-26 12:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-26 8:07 Orgmode performance problem and "solution" Rainer Stengele
2011-10-26 8:47 ` Jambunathan K
2011-10-26 12:11 ` suvayu ali
2011-10-26 12:16 ` Rainer Stengele
2011-10-26 12:30 ` suvayu ali [this message]
2011-10-26 14:20 ` Nick Dokos
2011-10-26 15:31 ` Dave Abrahams
2011-10-26 20:31 ` Matthew Sauer
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMXnza0+TsW+f1jCkbEiRYpSx0NHe8uQHz0rea=cwQ62+wJ=ww@mail.gmail.com' \
--to=fatkasuvayu+linux@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rainer.stengele@online.de \
/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.savannah.gnu.org/cgit/emacs/org-mode.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).