]> git.ipfire.org Git - thirdparty/git.git/commit
diff: add --ita-[in]visible-in-index
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 24 Oct 2016 10:42:20 +0000 (17:42 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2016 17:47:51 +0000 (10:47 -0700)
commitb42b45191950a4ac39f6f5ae042c15ad114da79b
treed79debd6827d00ec3f5d4b9595bc2680c0d490b8
parent425a28e0a4edfc39585cec6b0b6368c0ad9dbf7e
diff: add --ita-[in]visible-in-index

The option --ita-invisible-in-index exposes the "ita_invisible_in_index"
diff flag to outside to allow easier experimentation with this new mode.
The "plan" is to make --ita-invisible-in-index default to keep consistent
behavior with 'status' and 'commit', but a bunch other commands like
'apply', 'merge', 'reset'.... need to be taken into consideration as well.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt
diff.c
t/t2203-add-intent.sh