From 88c834e437d329f800c0c01b8c085aa2a96414c2 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 6 Oct 2021 09:36:47 +0200 Subject: [PATCH] Update list-commits.ps1 --- Scripts/list-commits.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Scripts/list-commits.ps1 b/Scripts/list-commits.ps1 index f493c2ea..cdd96381 100755 --- a/Scripts/list-commits.ps1 +++ b/Scripts/list-commits.ps1 @@ -3,8 +3,10 @@ Lists all commits in a Git repository .DESCRIPTION list-commits.ps1 [] [] - is the path to the Git repository - is either: list|compact|normal|JSON +.PARAMETER RepoDir + Specifies the path to the Git repository. +.PARAMETER Format + Specifies the output format: list|compact|normal|JSON .EXAMPLE PS> ./list-commits