DVCS tools as Subversion clients
Teemu Likonen
tlikonen at iki.fi
Mon Feb 23 15:41:26 GMT 2009
On 2009-02-23 17:15 (+0200), Teemu Likonen wrote:
> git log svn..master # Or trunk..master
>
> The history as seen from master is included but the history as seen from
> svn is excluded. These are exactly the commits which will be rebased on
> top of svn before sending them to the central repository.
Oh, I forgot: if "git log svn..master" notation feels confusing you can
also say
git log ^svn master
"^svn" means that exclude the history of "svn" and "master" obviously
means include history of "master".
More information about the bazaar
mailing list