Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | abspath: move related functions to abspath | Calvin Wan | 2023-06-12 | 1 | -0/+21 |
| | | | | | | | | | Move abspath-related functions from strbuf.[ch] to abspath.[ch] so that strbuf is focused on string manipulation routines with minimal dependencies. Signed-off-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||||
* | abspath.h: move absolute path functions from cache.h | Elijah Newren | 2023-03-21 | 1 | -0/+33 |
This is another step towards letting us remove the include of cache.h in strbuf.c. It does mean that we also need to add includes of abspath.h in a number of C files. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |