Skip to content
  • Romain Vimont's avatar
    Fix compilation from a git worktree · d5a70534
    Romain Vimont authored and Steve Lhomme's avatar Steve Lhomme committed
    
    
    >From within a git worktree, "git describe" failed due to the explicit
    --git-dir option:
    
          GEN      stamp-revision
        fatal: not a git repository: '../../.git/'
    
    Let git find the actual git dir by just providing the path (-C) from
    which we want to execute the git command.
    
    Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
    d5a70534