···37063706NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
37073707necessarily be removed: if the files still exist in your directory
37083708structure, the index will be updated with their new status, not
37093709-removed. The only thing `--remove` means is that update-cache will be
37093709+removed. The only thing `--remove` means is that update-index will be
37103710considering a removed file to be a valid thing, and if the file really
37113711does not exist any more, it will update the index accordingly.
37123712
+1-1
Makefile
···107107# times (my ext3 doesn't).
108108#
109109# Define USE_STDEV below if you want git to care about the underlying device
110110-# change being considered an inode change from the update-cache perspective.
110110+# change being considered an inode change from the update-index perspective.
111111#
112112# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
113113#
+1-1
configure.ac
···397397# times (my ext3 doesn't).
398398#
399399# Define USE_STDEV below if you want git to care about the underlying device
400400-# change being considered an inode change from the update-cache perspective.
400400+# change being considered an inode change from the update-index perspective.
401401402402403403## Output files
+1-1
t/t4000-diff-format.sh
···1616chmod +x path1
17171818test_expect_success \
1919- 'update-cache --add two files with and without +x.' \
1919+ 'update-index --add two files with and without +x.' \
2020 'git update-index --add path0 path1'
21212222mv path0 path0-