On Tue, Aug 16, 2016 at 04:41:14PM -0500, John Morris wrote:
> In the absence of pull request data, when building a plain push, is it 
> enough to check the list of commits from `git log upstream/master...`?

hm, maybe, if that ref is available.

I notice a typical clone line by travis-ci is
    $ git clone --depth=50 --branch=travis-ci-2.7 
https://github.com/jepler/linuxcnc.git jepler/linuxcnc
                                           
so I'd have to do additional git operations for the case where there are
more than 50 commits in a PR anyway, but I think the upstream/master
branch is not going to exist yet without fetching it.  So I'd have to do
a full fetch every time to be sure I have the relevant history...

Jeff

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to