ref-filter: add deltabase option
commit33311fa1ade8ca955f0e56e521f7d759d30a3da0
authorOlga Telezhnaya <olyatelezhnaya@gmail.com>
Mon, 24 Dec 2018 13:24:30 +0000 (24 13:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2018 18:08:11 +0000 (28 10:08 -0800)
tree91618846004a3a3e954e5d62876ab5019971cebe
parentf4ee22b52620827ccd0ec38e6cbc301b8aabded8
ref-filter: add deltabase option

Add new formatting option: deltabase.
If the object is stored as a delta on-disk, this expands
to the 40-hex sha1 of the delta base object.
Otherwise, expands to the null sha1 (40 zeroes).
We have same option in cat-file command.
Hopefully, in the end I will remove formatting code from
cat-file and reuse formatting parts from ref-filter.

Signed-off-by: Olga Telezhnaia <olyatelezhnaya@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c