]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision: move together exclusion-related functions
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Nov 2022 05:46:47 +0000 (06:46 +0100)
committerTaylor Blau <me@ttaylorr.com>
Thu, 17 Nov 2022 21:22:51 +0000 (16:22 -0500)
commit05b9425960d005e83ccf8308fea9f25fbd0bd861
tree77d789234f621730301a73c1646ae90b7163e637
parent9b67eb6fbeb9666640f34cccf401cfea22f7bd22
revision: move together exclusion-related functions

Move together the definitions of functions that handle exclusions of
refs so that related functionality sits in a single place, only.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
revision.c