Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hex-ll: separate out non-hash-algo functions | Calvin Wan | 2023-09-30 | 1 | -0/+27 |
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> |