From: Olga Telezhnaya Date: Tue, 17 Jul 2018 08:22:57 +0000 (+0000) Subject: ref-filter: add info_source to valid_atom X-Git-Tag: v2.19.0-rc0~46^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a8e7e385cd239e9e862aba2038c43d4af07c187d?ds=inline;hp=a8e7e385cd239e9e862aba2038c43d4af07c187d ref-filter: add info_source to valid_atom Add the source of object data to prevent parsing of unneeded data. The goal is to improve performance by avoiding calling expensive functions when we don't need the information they provide or when we could get it by using a cheaper function. It is stored in valid_atoms because it depends on the atoms we are interested in. Signed-off-by: Olga Telezhnaia Signed-off-by: Junio C Hamano ---