]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.c
ref-filter: rename `objectname` related functions and fields
authorHariom Verma <hariom18599@gmail.com>
Fri, 21 Aug 2020 21:41:46 +0000 (21:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2020 20:52:50 +0000 (13:52 -0700)
commit87d3beb6e0eedfb83a8dd425e3c612d977b6ac8d
treeec2c72032b2a48bef73bf7f3851d2eae59e22d15
parente7601eb55bdcd8b241c18e9d9b0106104f4515a1
ref-filter: rename `objectname` related functions and fields

In previous commits, we prepared some `objectname` related functions
for more generic usage, so that these functions can be used for `tree`
and `parent` atom.

But the name of some functions and fields may mislead someone.
For ex: function `objectname_atom_parser()` implies that it is
for atom `objectname`.

Let's rename all such functions and fields.

Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Heba Waly <heba.waly@gmail.com>
Signed-off-by: Hariom Verma <hariom18599@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ref-filter.c