Commits


return relative paths from got_path_skip_common_ancestor()


init output argument of got_path_skip_common_ancestor()


introduce got_path_dirname()


fix dirname() usage errors around got_path_mkdir()


move worktree-specific error handling out of got_path_mkdir()


create references to base commits of got worktrees


add a caller-provided data pointer to path list elements


allow for detecting path duplicates with got_pathlist_insert()


add a pathlist API


happy new copyright year


rename got_compare_paths to got_path_cmp


implement checkout+update as single-pass diff between file index and tree


generalize the pathset's path comparison function


add path filtering support to commit graph


allow filtering history by paths in 'got log'


make got_canonpath() return a got_error


introduce got_canonpath()


remove unused and broken got_path_segment_count()


move got_opentmp* functions to public API; used from tog


introduce got_opentempfd()


remove GOT_ERR_NO_MEM, we can just use errno in those cases


rename the library-internal headers again to a common prefix


use stricter CPPFLAGS from mpi


initial implementation of worktree checkout


rename library-private headers from *_priv.h to *_lib.h