[email protected] said: > > On 30/01/2012, at 8:49 PM, Staffan Gimåker wrote: > > > Hi, > > > > Pieter asked me to ask for feedback on some pull requests which got merged > > to master, so here we go: > > I'm confused.. > ~/zeromq/libzmq>git pull > Already up-to-date.
You're not confused, these changes have already been merged into master, so you probably already have them in your clone of the libzmq repo if you did a "git pull"[1] recently. As Pieter says, check the commit log on Github, "git log" on your local repository, or if you like console-based tools I find that "tig"[2] is really useful. AFAIK they have been discussed either in JIRA and/or in the long "Exact matching on subscription topics" thread on this list. -mato [1] You only need the full "git pull origin master" if you have a pretty old version of Git, and/or an old clone. Otherwise just "git pull" will pull from wherever you cloned your repo from. [2] http://jonas.nitro.dk/tig/ _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
