[TYPO3-core] Unit Tests are excuted automaically on every merge in master branch

Peter Niederlag peter.niederlag at typo3.org
Fri Jun 29 18:52:59 CEST 2012


Hi,

On 29.06.2012 18:17, Peter Niederlag wrote:
> Hi,
[...]
> Not quite true, github is "mirrored". Clone it and you'll see, the very
> same goes for git.typo3.org. The mirrors contain *all* objects and
> symbolic refs. ;) Please let me know if this is not true, then something
> is goofed.

well you need 'git clone --mirror' or a proper fetch line to see these
refs/symbolic names, forgot to mention that. ;)

# from .git/config
[remote "origin"]
    fetch = +refs/heads/*:refs/remotes/origin/*
    #fetch = +refs/changes/*:refs/changes/*

Greets,
Peter


More information about the TYPO3-team-core mailing list