Mentions légales du service

Skip to content

detect git repo even when in submodule

SHERMAN David requested to merge github/fork/marvelous/master into master

Created by: marvelous

use git rev-parse to detect if we have a git repo, instead of looking for a .git folder (doesn't work if we are in a submodule)

Merge request reports