Commit Briefs

aa8b5dd032 Stefan Sperling

fix a use-after-free in get_changed_paths() in got and tog

Once the parent commit is closed the tree_id1 pointer is no longer valid, but the pointer was still being used. Make a deep copy to fix this issue.




3f338f0a09 Stefan Sperling

track the last modification time of references


e746ca7f4f Stefan Sperling

bump version number


d7fcf401d3 Stefan Sperling

CHANGES for 0.55 (tags/0.55)







643b85bcb4 Stefan Sperling

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

ok semarie


c3564dfafd Stefan Sperling

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@





81ffddf9e4 Stefan Sperling

bump version number


a4b6bb9400 Stefan Sperling

sync distfile list (tags/0.54)


76a1aa695d Stefan Sperling

CHANGES for 0.54





1124fe406f Stefan Sperling

handle pack index files which lack a corresponding pack file

ok millert