···3706NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
3707necessarily be removed: if the files still exist in your directory
3708structure, the index will be updated with their new status, not
3709-removed. The only thing `--remove` means is that update-cache will be
3710considering a removed file to be a valid thing, and if the file really
3711does not exist any more, it will update the index accordingly.
3712
···3706NOTE! A `--remove` flag does 'not' mean that subsequent filenames will
3707necessarily be removed: if the files still exist in your directory
3708structure, the index will be updated with their new status, not
3709+removed. The only thing `--remove` means is that update-index will be
3710considering a removed file to be a valid thing, and if the file really
3711does not exist any more, it will update the index accordingly.
3712
+1-1
Makefile
···107# times (my ext3 doesn't).
108#
109# Define USE_STDEV below if you want git to care about the underlying device
110-# change being considered an inode change from the update-cache perspective.
111#
112# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
113#
···107# times (my ext3 doesn't).
108#
109# Define USE_STDEV below if you want git to care about the underlying device
110+# change being considered an inode change from the update-index perspective.
111#
112# Define ASCIIDOC8 if you want to format documentation with AsciiDoc 8
113#
+1-1
configure.ac
···397# times (my ext3 doesn't).
398#
399# Define USE_STDEV below if you want git to care about the underlying device
400-# change being considered an inode change from the update-cache perspective.
401402403## Output files
···397# times (my ext3 doesn't).
398#
399# Define USE_STDEV below if you want git to care about the underlying device
400+# change being considered an inode change from the update-index perspective.
401402403## Output files
+1-1
t/t4000-diff-format.sh
···16chmod +x path1
1718test_expect_success \
19- 'update-cache --add two files with and without +x.' \
20 'git update-index --add path0 path1'
2122mv path0 path0-
···16chmod +x path1
1718test_expect_success \
19+ 'update-index --add two files with and without +x.' \
20 'git update-index --add path0 path1'
2122mv path0 path0-