]> git.ipfire.org Git - thirdparty/git.git/commit - urlmatch.c
hex-ll: separate out non-hash-algo functions
authorCalvin Wan <calvinwan@google.com>
Fri, 29 Sep 2023 21:20:48 +0000 (14:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Sep 2023 22:14:56 +0000 (15:14 -0700)
commitd88e8106e892109f4f4b13312dd026d0a7fcfeec
tree9f5de4ff667358dbb5aeb9d7e98215ee34b592ff
parent94e83dcf5b5faaa22e32729305f8fd7090bfdfed
hex-ll: separate out non-hash-algo functions

In order to further reduce all-in-one headers, separate out functions in
hex.h that do not operate on object hashes into its own file, hex-ll.h,
and update the include directives in the .c files that need only such
functions accordingly.

Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
color.c
hex-ll.c [new file with mode: 0644]
hex-ll.h [new file with mode: 0644]
hex.c
hex.h
mailinfo.c
strbuf.c
url.c
urlmatch.c