Commits


CHANGES for 0.55


add 'got fetch -X' option for deleting references created by 'got fetch'


make got_ref_delete() report symbolic references as intended


in delete_ref(), only print progress output after deletion has succeeded


align messages printed by 'got fetch -d' with 'got ref -d' and -X options


make 'got ref -d' print reference name and value like the new -X options do


new -X option for removing backups created by got rebase and got histedit ok semarie


don't scan pack index offsets for large values if pack file is < 2GB This saves an iteration over the entire h->offsets array when opening a pack index which should not contain large offsets in the first place. ok millert@


remove now unused variable in browse_ref_tree() I overlooked; patch by naddy


fix a double-free that ocurred upon exit from 'tog tree'; found by naddy


display recovery steps in the lonely pack index error message


bump version number


sync distfile list


CHANGES for 0.54


verify object ID checksums while loose objects are being accessed


sync files from diff.git 9879b82a581a245e365fb159488c4294c318d8b3


Make 'got add' always require the -I option in order to add ignored files.


handle pack index files which lack a corresponding pack file ok millert


make got_packidx_get_packfile_path() usable for callers who only have a path


allow lockfiles to be used in cases where we have a dir_fd and a relative path


GOT_TEST_PACK=1 is incompatible with cleanup tests


add checksum parameters to got_inflate functions which did not provide them yet


avoid searching the pack index twice in 'gotadmin cleanup'


Update a code comment regarding support of the preciousObjects extension.


add support for the preciousObjects Git extension to 'gotadmin cleanup'