diff: move no-index detection to builtin/diff.c
authorThomas Gummerer <t.gummerer@gmail.com>
Wed, 11 Dec 2013 09:58:42 +0000 (10:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Dec 2013 20:23:02 +0000 (12:23 -0800)
Currently the --no-index option is parsed in diff_no_index(). Move the
detection if a no-index diff should be executed to builtin/diff.c, where
we can use it for executing diff_no_index() conditionally. This will
also allow us to execute other operations conditionally, which will be
done in the next patch.

There are no functional changes.

Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found