#621601 git: Does not allow flags after filenames

Package:
git
Source:
git
Description:
fast, scalable, distributed revision control system
Submitter:
Josh Triplett
Date:
2011-12-16 14:15:09 UTC
Severity:
wishlist
#621601#3
Date:
2011-04-07 19:02:48 UTC
From:
To:
"git log filename -p" results in this message:

fatal: bad flag '-p' used after filename

Since git can see that I've given it a flag, why complain rather than
just accepting that flag?  I frequently want to re-run a previous
command with additional flags, and I shouldn't have to go back and
insert them at the beginning of the command when I can much more easily
do so at the end.

- Josh Triplett