[clug] Re: Another git question - git-svn stuff
Alex Osborne
ato at meshy.org
Tue Nov 18 23:32:41 GMT 2008
Alex Osborne wrote:
> It should spit out a .patch file for each commit since FA. Then just
> apply them to B:
>
> cd ../B/
> git-am ../A/*.patch
(Just in case it wasn't clear, the patches actually contain the author,
commit time and commit message info and git-am will use them when
applying. So the above command should create a bunch of commits on top
of B completely identical except for the SHA1s to those that are in repo
A.)
More information about the linux
mailing list