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?

 

 

0
1 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.

0

Please sign in to leave a comment.