Commit Briefs

Omar Polo

patch_file: move file ownership to parent

ok stsp@


Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.72 (tags/0.72)




Stefan Sperling

take tog selection cursor position into account when searching for next match

Patch by Mikhail ok op@ jamsek



Stefan Sperling

fix unexpected imsg error after incomplete enumeration in got-read-pack

reported by jrick and op@ ok op@


Omar Polo

tog: reset matched and search data after C-l

otherwise they point to free'd data. ok stsp@



Omar Polo

zero the whole struct got_imsg_object before sending it

otherwise some fields may be unitialized and fail the validation done on the receiving side. ok stsp@


Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.71 (tags/0.71)


Stefan Sperling

fix a segfault in tog diff

The f1 tempfile must always be created. Even if the initial diff has no objects on the left side, the view can be switched to a different diff which does have objects on both sides. When that happened, tog crashed. (To reproduce: open tog in got.git, hit G, hit Enter, hit <)


Stefan Sperling

fix build of tog on sparc64 with -Werror

error was tog/tog.c:636: warning: function declaration isn't a prototype