how to enhance git log filter
Answered
I want to add new filter option dynamicaly , like as Last 48 hours.
Is this idea feasible and is there a corresponding API?
Please sign in to leave a comment.
Alan,
Such an option is provided by the DateFilterPopupComponent, which is created internally by the VcsLogClassicFilterUi and other VCS related UI components. It is not possible to extend it with a 3rd party plugin.