Update list-commits.ps1

This commit is contained in:
Markus Fleschutz
2021-10-06 09:36:47 +02:00
parent e757322213
commit 88c834e437

View File

@ -3,8 +3,10 @@
Lists all commits in a Git repository Lists all commits in a Git repository
.DESCRIPTION .DESCRIPTION
list-commits.ps1 [<RepoDir>] [<Format>] list-commits.ps1 [<RepoDir>] [<Format>]
<RepoDir> is the path to the Git repository .PARAMETER RepoDir
<Format> is either: list|compact|normal|JSON Specifies the path to the Git repository.
.PARAMETER Format
Specifies the output format: list|compact|normal|JSON
.EXAMPLE .EXAMPLE
PS> ./list-commits PS> ./list-commits