Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

git diff flags

From: Eli Barzilay <hidden>
Date: 2016-06-15 22:48:46

There's something strange with how `git diff' parses its flags:

  git diff --some-bogus-flag
  --> complains as expected

  git diff --follow
  --> works but there's no mention of this in the man page, and it
      doesn't look like it's doing anything

  git diff -C -M
  --> works as expected too

  git diff -CM
  --> doesn't say anything (but it does exit with an error code)

  git diff -CM --I-can-write-anything here!
  --> does the same

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help