Commits


fix typo in got.1: "only if" -> "if only"; pointed out by tracey


document that histedit -f can only be used if starting a histedit operation


accommodate newer ncurses where panel_userptr() returns a const pointer ok stsp


use getline(3) instead of fparseln(3) in tog, for better portability ok millert


add histedit -f flag for folding shortcut "please push it" stsp


fix display of lines that end in "\r\n" in tog(1) Problem found and reported by jrick ok naddy


add fd field to got_worktree, modify got_fileindex_entry_update to use fds These changes are intended to make got more compatible with FreeBSD's Capsicum. ok stsp


sync files from diff.git b3fd1fa284e6207b923bd3c887364d9eb93fb340


fix expected output of test_tree_submodule_of_same_repo for packed repos


deep-copy reference names in the log and tree views to prevent use-after-free ok naddy


miscellaneous minor style issues


reload references when the log view is restarted with Ctrl-L


in tog.1, consistently mark up command names of views with .Cm


in tog.1, sync the synopsis of 'tog diff' to include all supported options


pass the thread_args struct to queue_commits() and trim the parameter list ok stsp