diff options
author | Olga Telezhnaya <olyatelezhnaya@gmail.com> | 2018-07-17 08:22:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-17 15:03:59 -0700 |
commit | a8e7e385cd239e9e862aba2038c43d4af07c187d (patch) | |
tree | a87d4995205e581e84427e34bb199ad15bed40f3 /replace-object.c | |
parent | Second batch for 2.19 cycle (diff) | |
download | tgif-a8e7e385cd239e9e862aba2038c43d4af07c187d.tar.xz |
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 <olyatelezhnaya@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'replace-object.c')
0 files changed, 0 insertions, 0 deletions