Commits


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


remove unused worktree-related includes from lib/repository.c


properly render an error page instead off returning 500. bug reported by Miniontoby via irc


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


add tests for the bug fixed in commit 1fee9f40e2ed335d4ec8899954b59b43990b97c3 one of these tests is still failing; there is another edge case left to fix


fix 3-way merge of files which lack a final \n problem found by jrick ok millert


add missing comma in SEE ALSO section of git-repository(5)


Xr gotadmin(1)


introduce 'gotadmin info'


introduce got_object_open_loose_fd() for library-internal use


add got_packidx_get_packfile_path() for library-internal use


do not update symlinks which are already up-to-date This fixes spurious 'U' notifications for symlinks during 'got update' that occurred even when the work tree was fully up-to-date. Observed on a work tree of the FreeBSD src repo and reproduced in our test suite by adding a no-op update at the end of a test which deals with updating symlinks.


add a missing STATUS_EXISTS notification in update_blob()


bump version number


CHANGES for 0.52