File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ function update_scoop() {
114114
115115 $res = $lastexitcode
116116 if ($show_update_log ) {
117- Invoke-Expression " git --no-pager log --no-decorate --format='tformat: * %C(yellow)%h%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'"
117+ Invoke-Expression " git --no-pager log --no-decorate --format='tformat: * %C(yellow)%h%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'" | Where-Object { $_ -notlike ' * ?chore* ' }
118118 }
119119
120120 Pop-Location
@@ -155,7 +155,7 @@ function update_scoop() {
155155 $previousCommit = (Invoke-Expression ' git rev-parse HEAD' )
156156 git_pull - q
157157 if ($show_update_log ) {
158- Invoke-Expression " git --no-pager log --no-decorate --format='tformat: * %C(yellow)%h%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'"
158+ Invoke-Expression " git --no-pager log --no-decorate --format='tformat: * %C(yellow)%h%Creset %<|(72,trunc)%s %C(cyan)%cr%Creset' '$previousCommit ..HEAD'" | Where-Object { $_ -notlike ' * ?chore* ' }
159159 }
160160 Pop-Location
161161 Write-Host ' Done.'
You can’t perform that action at this time.
0 commit comments