• get information about commits between two commits (both ends inclusive)

    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<CommitInfo[]>

    list of commits, in reverse chronological order