You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I push only repository changes / not manifests related changes to manifests and I would prefer to not show these inside log on update as they are not relevant for end users. User only care for manifests updates / additions / fixing.
It could work same as in CIs with specific string in title [hidden] for example
Also easy to implement with one line change to use where-object on git_log
Implemented in shovel 0.5
Sometimes I push only repository changes / not manifests related changes to manifests and I would prefer to not show these inside log on update as they are not relevant for end users. User only care for manifests updates / additions / fixing.
It could work same as in CIs with specific string in title
[hidden]
for exampleAlso easy to implement with one line change to use
where-object
on git_logThanks @rasa for easy demonstration purpose 😀
The text was updated successfully, but these errors were encountered: