On Tue, Aug 06, 2019 at 01:38:17PM -0400, Jeff King wrote: > Nothing about "--" is changed by my series; it will still stop option > interpretation in rev-list and in other commands. But as before, > rev-list (and other Git commands that use the revision.c parser) use it > to separate revisions and pathspecs. That's unlike how most other > programs use "--", but that ship sailed for Git in 2005. I'd like to draw attention to the oddball 'git filter-branch' command, which uses '--' as a separator between 'filter-branch' and 'rev-list' options. Will it still work with this new option? I think it will, but not sure.