Commit Briefs

Stefan Sperling

add checksum support to got_deflate_to_file()

This will eventually be used by 'gotadmin pack'. Checksum init and finalization will need to be done by the caller since many objects will be written out in compressed form while we are computing checksums across the entire pack file. ok millert, naddy


Stefan Sperling

plug a memory leak in got_ref_list_free()

Code which inserts a reference into a reflist passes ownership of this reference to the list. However, got_ref_list_free() never closed such references, which resulted in a memory leak. ok tracey






Stefan Sperling

ignore SIGWINCH while polling in the main process

Avoids an error where tog(1) would exit with "poll: Interrupted system call" while the terminal window was being resized. ok millert




Stefan Sperling

got.1: make double-quotes appear in the rendered man page as intended

Patch by Nam Nguyen


Stefan Sperling

add tests for the bug fixed in commit 1fee9f40e2ed335d4ec8899954b59b43990b97c3

one of these tests is still failing; there is another edge case left to fix


Stefan Sperling

fix 3-way merge of files which lack a final \n

problem found by jrick ok millert



Stefan Sperling

Xr gotadmin(1)


Stefan Sperling

introduce 'gotadmin info'