sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.74k stars 105 forks source link

feat(file-history): Added `--before` and `--after` #370

Closed emmanueltouzery closed 1 year ago

emmanueltouzery commented 1 year ago

support for git log flags.

sindrets commented 1 year ago

In the docs it could also be worth mentioning that the flags accept dates in natural language as well (like i.e. "2 weeks 6 hours 12 minutes ago").

emmanueltouzery commented 1 year ago

applied the requested changes :+1:

emmanueltouzery commented 1 year ago

:+1: on the since & until.