Commits


introuce a hard limit on recursion through symbolic references


eliminate strlen() calls during fileindex rb tree searches


remove pointless call to got_path_normalize()


introduce got_ref_alloc_symref() and got_ref_get_symref_target()


revert c191ed664f6c437ebc3e0c859c53e48b445401f1 'got ref' should only work with naked ref names; implicitly putting things into 'refs/heads' is a job for something like a 'got branch' command.


fix a segfault in got_ref_open()


make open_ref() tolerate missing reference dirs and files


allow single-component reference names with got_ref_alloc()


rename got_error_prefix_errno() to got_error_from_errno()


fix leftover lockfiles from parse_ref_file()


fix locking of packed ref file in got_ref_open()


handle well-known refs more obviously in got_ref_open()


don't hide errors in got_ref_open()


lock branch reference file during 'got commit' to prevent a race


while (1) -> for (;;)