Commits


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


rename private header filenames so they are in got_ namespace


unlink tempfiles again, was disabled for testing


Extract non-deltified objects from pack files.


remove commented dead code


do not require that got applications normalize paths


add copyright