From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: iPhone ----> org-mode Date: Wed, 25 Mar 2009 10:29:02 -0400 Message-ID: <87tz5h1xsh.fsf@gollum.intra.norang.ca> References: <15979874-86B6-4E93-9EDD-CE1A30E6525A@uva.nl> <49C9FAC6.2070904@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmU6W-0001WN-Nm for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 10:29:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmU6T-0001UN-9M for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 10:29:16 -0400 Received: from [199.232.76.173] (port=57359 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmU6T-0001U6-1Q for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 10:29:13 -0400 Received: from mho-01-bos.mailhop.org ([63.208.196.178]:63786) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LmU6S-00053U-Jo for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 10:29:12 -0400 In-Reply-To: <49C9FAC6.2070904@manor-farm.org> (Ian Barton's message of "Wed\, 25 Mar 2009 09\:35\:02 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ian Barton Cc: emacs-orgmode@gnu.org, Carsten Dominik Ian Barton writes: > Don't worry it wont:) I have set up a repo for my Python version at > git://github.com/geekinthesticks/org-reqall.git . It doesn't have > anything in it at the moment, because I stupidly put my own reqall rss > url in one of the versions for testing purposes, so its in the version > history. > > Once I am happy that I have worked out how to make git rewrite > history, I'll push it up there and post another message here. You can use git rebase -i to rewrite the commit with your private URL (maybe to a configuration variable value instead) and then push the result. Something like this: git rebase -i ^ git add git rebase --continue HTH, Bernt