mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-17 02:01:01 +01:00
Update list-commits.ps1
This commit is contained in:
parent
b994883e7e
commit
3fbba09e62
@ -36,7 +36,7 @@ try {
|
|||||||
|
|
||||||
if ($Format -eq "pretty") {
|
if ($Format -eq "pretty") {
|
||||||
""
|
""
|
||||||
& git -C "$RepoDir" log --graph --format=format:'%h %C(bold green)%cs %C(bold yellow)%s%C(reset)%d by %C(bold blue)%an%C(reset)' --all
|
& git -C "$RepoDir" log --graph --format=format:'%C(bold yellow)%s%C(reset)%d by %an 🕘%cs 🔗%h' --all
|
||||||
} elseif ($Format -eq "list") {
|
} elseif ($Format -eq "list") {
|
||||||
""
|
""
|
||||||
"Hash Date Author Description"
|
"Hash Date Author Description"
|
||||||
|
Loading…
Reference in New Issue
Block a user