All of lore.kernel.org
 help / color / mirror / Atom feed
* No "invalid option" message with git diff --cached --invalid-option
@ 2017-06-22 12:44 Simon Ruderich
  2017-06-22 14:13 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Ruderich @ 2017-06-22 12:44 UTC (permalink / raw)
  To: Git Mailing List

Hello,

I'm using Git 2.13.1 (from the Debian sid repository) and noticed
the following issue when upgrading.

    $ git diff --compaction-heuristic
    error: invalid option: --compaction-heuristic

    $ git diff --cached --compaction-heuristic
    usage: git diff [<options>] [<commit> [<commit>]] [--] [<path>...]

I know that --compaction-heuristic is no longer supported but I
was using it an alias and was confused that I got no proper error
message warning me which option was wrong.

It seems to happen for any invalid option which is used in
combination with --cached or --staged.

Regards
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-22 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-22 12:44 No "invalid option" message with git diff --cached --invalid-option Simon Ruderich
2017-06-22 14:13 ` Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.