Commits


read repository owner name with gitconfig parser instead of a hand-rolled one


simplify repository child path check in got_repo_map_path()


remove pointless cwd checking from got_repo_map_path()


move got_repo_cmp_tags() to got_ref_cmp_tags()


move cmp_tags() into the library


move match_object_id() into the library; supersedes got_repo_resolve_commit_arg


fix 'tog log -c' with tags


don't bother swapping the first pack index cache pointer, and improve comment


fix pack index cache; don't open/close pack index files needlessly


add copyright year for files already touched in 2020


detect duplicate object IDs during ambiguity check; packed regress passes now


parse remotes from gitconfig


convert tree entries from SIMPLEQ to an array


when an object id string is bad, include the bad string in the error message


rename 'got init' and 'got import' default branch to "main"; patch by kmos@