diff options
author | Thomas Gummerer <t.gummerer@gmail.com> | 2013-12-11 10:58:42 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-12 12:23:02 -0800 |
commit | 470faf96544c1844ad775c695dfa370fe0ef3756 (patch) | |
tree | 10c0f69aefbb9320e5702e894064a611a7b93457 /t/t4053-diff-no-index.sh | |
parent | Git 1.8.5 (diff) | |
download | tgif-470faf96544c1844ad775c695dfa370fe0ef3756.tar.xz |
diff: move no-index detection to builtin/diff.c
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>
Diffstat (limited to 't/t4053-diff-no-index.sh')
0 files changed, 0 insertions, 0 deletions