• find changed files between two commits

    Parameters

    • params: { cwd?: string | URL; since: string; until?: string }
      • Optionalcwd?: string | URL

        override the current working directory

      • since: string

        starting point for the diff

      • Optionaluntil?: string

        ending point for the diff

        'HEAD'
        

    Returns Promise<string[]>

    list of changed files, relative to the repository root