File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ function Sync-Bucket {
168168 $previousCommit = Invoke-Git - Path $bucketLoc - ArgumentList " rev-parse HEAD"
169169 Invoke-Git - Path $bucketLoc " pull -q"
170170 if ($Log ) {
171- Invoke-Git - Path $bucketLoc - ArgumentList " --no-pager log --no-decorate --grep='^(chore)' --invert-grep --format='tformat: * %C(yellow)%h%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset [ $Name ] ' '$previousCommit ..HEAD'"
171+ Invoke-Git - Path $bucketLoc - ArgumentList " --no-pager log --no-decorate --grep='^(chore)' --invert-grep --format='tformat: * %C(yellow)%h%Creset [ $Name ] %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'"
172172 }
173173 }
174174}
@@ -214,7 +214,7 @@ function Sync-Buckets {
214214 $previousCommit = Invoke-Git - Path $bucketLoc - ArgumentList " rev-parse HEAD"
215215 Invoke-Git - Path $bucketLoc - ArgumentList " pull -q"
216216 if ($using :Log ) {
217- Invoke-Git - Path $bucketLoc - ArgumentList " --no-pager log --no-decorate --grep='^(chore)' --invert-grep --format='tformat: * %C(yellow)%h [$name ]%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'"
217+ Invoke-Git - Path $bucketLoc - ArgumentList " --no-pager log --no-decorate --grep='^(chore)' --invert-grep --format='tformat: * %C(yellow)%h%Creset [$name ] %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'"
218218 }
219219 }
220220 } else {
You can’t perform that action at this time.
0 commit comments