[Buildbot-commits] [Buildbot] #2750: Git: fetch all branches before switching to the given revision, if branch=None

Buildbot trac trac at buildbot.net
Sun Apr 6 22:40:38 UTC 2014


#2750: Git: fetch all branches before switching to the given revision, if
branch=None
------------------------+-------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  0.8.+
 Version:  0.8.8        |   Keywords:  git
------------------------+-------------------
 See https://github.com/buildbot/buildbot/pull/1074

 {{{branch=None}}} is a bit of a degenerate case, referring vacuously to
 the "default branch", which in Git really means master.  However, it's
 also the default, and there's no reason to make that default fail in the
 interest of an optimization (not fetching every commit).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2750>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list