mbien commented on PR #7128: URL: https://github.com/apache/netbeans/pull/7128#issuecomment-1990655432
I added another commit which removes the branch filter of the toolbar. The reason for that is essentially https://github.com/apache/netbeans/pull/6594 which never got fully resolved. The branch filter in the toolbar filtered the results after the `git log` command ran. This requires to have all branch information in the revisions, if some branches are missing, it is likely that the filter will remove too many commits (it often would show no results at all in larger repos). Removing the branch filter fixes it. Secondly: there is a second branch filter in the search options section which runs during `git log` and is therefore not affected. Having two branch filters in the same UI is also a bit questionable, it confused me quite often tbh even when it worked. The typical usecase is to view the history of the checked out branch which is the default anyway. toolbar branch filter removed with search section expanded:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
