In 4b33e60 ("dir: convert struct sha1_stat to use object_id", 2018-01-28), we renamed "struct sha1_stat" to "struct oid_stat". However, there are still some comments and struct field names which refer to the old sha1_stat. The two patches in this series update those places to avoid confusion. Matheus Tavares (2): dir: fix outdated comment on add_patterns() dir: improve naming of oid_stat fields in two structs dir.c | 35 ++++++++++++++-------------- dir.h | 8 +++---- t/helper/test-dump-untracked-cache.c | 4 ++-- 3 files changed, 24 insertions(+), 23 deletions(-) -- 2.25.0