From: Alex Riesen <raa.lkml@gmail.com>
To: Ittay Dror <ittay.dror@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: switching upstream tips
Date: Wed, 13 May 2009 09:41:40 +0200 [thread overview]
Message-ID: <81b0412b0905130041t327ef5f2m3b6d1dfac51fc1b1@mail.gmail.com> (raw)
In-Reply-To: <4A0A777E.7080506@gmail.com>
2009/5/13 Ittay Dror <ittay.dror@gmail.com>:
>> Alex Riesen wrote:
>>> * Reorder my history so that my commits are on top of the tip of the old
>>> upstream repository.
>>
>> Look at "git rebase -i" (interactive rebase)
>
> well, i was hoping for something more automatic. git rebase will list all
> commits without author, so i'll have to manually figure which of them is
> mine from the commend and reorder
git rebase will list only commits not on upstream (simplified).
Has nothing to do with author being absent.
>>> * Change the upstream repository reference so it points to the new
>>> repository
>>
>> Just edit your .git/config and re-fetch.
>
> but then git suddenly sees a bunch of new objects (because of the svn
> changes) and i get a lot of conflicts.
"git fetch" and "git remote update" do not produce conflicts. You cannot
get them unless you also do a merge (like when you do "git merge" or
"git pull").
> note that it is not the directory structure that changed, just the svn
> repository which is included in the commit comment (by git-svn) and
> so changes the commit sha1.
Ok, that simplifies everything. Just cherry-pick (see "git cherry-pick")
your commits on new upstream. You might find it easiest if you cherry-pick
them on commits in new upstream which correspond the old-upstream
exactly.
next prev parent reply other threads:[~2009-05-13 7:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-13 6:42 switching upstream tips Ittay Dror
2009-05-13 7:19 ` Alex Riesen
2009-05-13 7:33 ` Ittay Dror
[not found] ` <4A0A777E.7080506@gmail.com>
2009-05-13 7:41 ` Alex Riesen [this message]
2009-05-13 7:49 ` Ittay Dror
2009-05-13 7:57 ` Johannes Sixt
2009-05-13 8:07 ` Ittay Dror
2009-05-13 8:16 ` Johannes Sixt
2009-05-13 8:16 ` Alex Riesen
2009-05-13 8:15 ` Alex Riesen
2009-05-13 8:32 ` Ittay Dror
2009-05-13 9:05 ` Alex Riesen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81b0412b0905130041t327ef5f2m3b6d1dfac51fc1b1@mail.gmail.com \
--to=raa.lkml@gmail.com \
--cc=git@vger.kernel.org \
--cc=ittay.dror@gmail.com \
/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.
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 NNTP newsgroup(s).