[git-users] Re: git-svn equivalent for "hg incoming"?

2009-10-29 Thread offby1

> I don't use git-svn much, but the plain git equivalent would be
>
> git fetch # update local object store
> git log master..origin/master # show me what's in the master branch on
>                               # origin that I don't have locally

Yep, pretty much the same in git-svn land:

$ git svn fetch
$ git log trunk..

(The branch might not be named "trunk", of course ...)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~--~~~~--~~--~--~---



[git-users] Re: git-svn equivalent for "hg incoming"?

2009-10-22 Thread Michael P. Soulier
On 20/10/09 Douglas Alan said:

>% hg incoming
> 
> if you want to see what the pull will do before you actually do it. I
> was imagining that adding the "-n" option to "git svn rebase" would be
> the equivalent.
> 
> I.e., like so:
> 
>% git svn rebase -n
> 
> But the above really doesn't reveal much information at all.
> 
> So, what, dear friends, is the proper git-svn equivalent for "hg
> incoming"?

I don't use git-svn much, but the plain git equivalent would be

git fetch # update local object store
git log master..origin/master # show me what's in the master branch on
  # origin that I don't have locally

Mike
-- 
Michael P. Soulier 
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein


pgp8R15Bto4h4.pgp
Description: PGP signature