Pavel Sanda wrote:
> I see more scanMasters added findFile. That means we ask findFile to check
> whether we are under VCS and if yes we create new VCS object which call
> scanMaster in contructor which in turn call findFile again. Is this
> duplicity needed?
This is needed for detecting the UNVE
Georg Baum wrote:
> commit 2f9ef2b98a6170d4c890ce3325ddc3ad9105bbad
> Author: Georg Baum
> Date: Wed Feb 6 22:07:31 2013 +0100
>
> Implement very basic git support
>
> Only the local index is considered, no remote repo. Also getting the
> revision
> (aka commit hash) is missin