Commit Briefs

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.





Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.55







Stefan Sperling

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

ok semarie


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@





Stefan Sperling

bump version number


Stefan Sperling

sync distfile list


Stefan Sperling

CHANGES for 0.54





Stefan Sperling

handle pack index files which lack a corresponding pack file

ok millert