]> git.ipfire.org Git - thirdparty/git.git/commit
t7519-status-fsmonitor: improve comments
authorWilliam Baker <William.Baker@microsoft.com>
Wed, 16 Oct 2019 19:35:47 +0000 (19:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2019 02:52:18 +0000 (11:52 +0900)
commit460782b7be869424ff049350bdcbf151f6beca62
tree4f0e2a1516107a7e814faaa730e3f61345700100
parent3444ec2eb2be58c285d2bf04f39e6e9ea5eda9a2
t7519-status-fsmonitor: improve comments

The comments for the staging/unstaging test did not accurately
describe the scenario being tested.  It is not essential that
the test files being staged/unstaged appear at the end of the
index.  All that is required is that the test files are not
flagged with CE_FSMONITOR_VALID and have a position in the
index greater than the number of entries in the index after
unstaging.

The comment for this test has been updated to be more
accurate with respect to the scenario that's being tested.

Signed-off-by: William Baker <William.Baker@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7519-status-fsmonitor.sh