Community
Participate
Working Groups
On the git log page there are two lists. One is for commits, the other is for diffs in the selected commit. When there are "object" commands contributed to the command framework, the commands are shown on both lists. The visibility of "object" commands relies on JSONs passed to the "visibleWhen" method. Right now, I had to add a check for the "committerName" field in JSON to control on which list the "object" command should be shown.
Fixed with cce0f089b2efd551d3f5fbf7c37b72029efa845e.