Commits


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