]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tk/empty-untracked-cache'
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:07 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:07 +0000 (17:53 -0700)
The untracked cache newly computed weren't written back to the
on-disk index file when there is no other change to the index,
which has been corrected.

* tk/empty-untracked-cache:
  untracked-cache: write index when populating empty untracked cache
  t7519: populate untracked cache before test
  t7519: avoid file to index mtime race for untracked cache

1  2 
dir.c

diff --cc dir.c
Simple merge