Re: switching upstream tips

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





Alex Riesen wrote:

2009/5/13 Ittay Dror <ittay.dror@xxxxxxxxx>:
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.
tried git rebase, this is what i get:
> git rebase -i upstream master
fatal: Needed a single revision
Invalid base

* 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.
can you explain a bit more how to work with git cherry-pick? if i understand correctly, i need to write down my commits, switch to the new upstream tip ('git checkout upstream master'?) and then call git cherry-pick for each of my commits.


ittay

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]