dag: specify options before pathspec
commit9242912ebebdd63f2ba5d4560af5b263199eeb2b
authorDavid Aguilar <davvid@gmail.com>
Tue, 22 Aug 2023 07:08:33 +0000 (22 00:08 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 22 Aug 2023 07:10:40 +0000 (22 00:10 -0700)
treeb14e77a18a0357d2ea03347dd2f70188ddcc7045
parent86a24ecd614f3316f7dc8eb1c01eca822f34c149
dag: specify options before pathspec

The `git log --date=<format>` feature added date arguments
after the user-specified pathspec, which is a regression.
The user-specified part must always be at the end.

Closes: #1334
Reported-by: Stanislaw Halik <sthalik@misaki.pl>
Signed-off-by: David Aguilar <davvid@gmail.com>
CHANGES.rst
cola/models/dag.py