Commit Briefs

72151b04d0 Stefan Sperling

introduce got_path_strip_trailing_slashes()


324d37e7c7 Stefan Sperling

make got path APIs available to library consumers


eb4304b986 Stefan Sperling

fix problems with "/" in two path helper functions


a129376b6f Stefan Sperling

add initial implementation of 'got revert'


5e3ce57ad8 Stefan Sperling

return relative paths from got_path_skip_common_ancestor()


db5ba8eda2 Stefan Sperling

init output argument of got_path_skip_common_ancestor()


d1667f0dbb Stefan Sperling

introduce got_path_dirname()


5e1c9f2326 Stefan Sperling

fix dirname() usage errors around got_path_mkdir()



0cd1c46a9e Stefan Sperling

create references to base commits of got worktrees


3d8df59c13 Stefan Sperling

add a caller-provided data pointer to path list elements



e08cc72dc0 Stefan Sperling

add a pathlist API


5d56da8198 Stefan Sperling

happy new copyright year


1beed9999f Stefan Sperling

rename got_compare_paths to got_path_cmp



e01590338c Stefan Sperling

generalize the pathset's path comparison function


31cedeafaf Stefan Sperling

add path filtering support to commit graph


04ca23f459 Stefan Sperling

allow filtering history by paths in 'got log'


f7d20e8910 Stefan Sperling

make got_canonpath() return a got_error


e6eac3b8eb Stefan Sperling

introduce got_canonpath()


ec79880737 Stefan Sperling

remove unused and broken got_path_segment_count()


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog


80f4afe898 Stefan Sperling

introduce got_opentempfd()