]> git.ipfire.org Git - thirdparty/git.git/commit - attr.h
attr: expose and rename accessor functions
authorbrian m. carlson <bk2204@github.com>
Tue, 27 Jun 2023 16:19:00 +0000 (16:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Jun 2023 18:31:06 +0000 (11:31 -0700)
commit15780bb4f0cb07624ca6bac3c430ef07e9501663
treefb312f30a87d3e00198c8591e00329747e0a4abd
parentcdd489eaf9cd3c46c30b485601e2bcb989586274
attr: expose and rename accessor functions

Right now, the functions which determine the current system and global
gitattributes files are not exposed.  We'd like to use them in a future
commit, but they're not ideally named.  Rename them to something more
suitable as a public interface, expose them, and document them.

Signed-off-by: brian m. carlson <bk2204@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c
attr.h