From: Olga Telezhnaya Date: Tue, 17 Jul 2018 08:22:57 +0000 (+0000) Subject: ref-filter: fill empty fields with empty values X-Git-Tag: v2.19.0-rc0~46^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/20a9c156198bf195b7d32ef9a73ba01b8b19f52c?hp=20a9c156198bf195b7d32ef9a73ba01b8b19f52c ref-filter: fill empty fields with empty values Atoms like "align" or "end" do not have string representation. Earlier we had to go and parse whole object with a hope that we could fill their string representations. It's easier to fill them with an empty string before we start to work with whole object. It is important to mention that we fill only these atoms that must contain nothing. So, if we could not fill the atom because, for example, the object is missing, we leave it with NULL. Signed-off-by: Olga Telezhnaia Signed-off-by: Junio C Hamano ---