Commits


introduce got_path_dirname()


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