]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
dir: convert struct untracked_cache_dir to object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 2 May 2018 00:25:48 +0000 (00:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 May 2018 04:59:51 +0000 (13:59 +0900)
commit70c369cde064375483917f4874a6e5670ef48164
tree03984c960748a94bbb7eac2c57b8924bdce42df2
parent26ea3e7dca42266faa74f2080d28ecdd832d011d
dir: convert struct untracked_cache_dir to object_id

Convert the exclude_sha1 member of struct untracked_cache_dir and rename
it to exclude_oid.  Eliminate several hard-coded integral constants, and
update a function name that referred to SHA-1.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
dir.h
t/helper/test-dump-untracked-cache.c