Commits


prevent silly use-after-free with root cause in collect_commit_logmsg()


implement 'revert -p'


implement got revert -R


label staged blobs with "(staged)" in got diff output


implement 'got unstage -p'


make got -p skip deletion question consistent with the others


verify stage -p behaviour with incomplete response script


make stage -p show the number of changes in a file


make stage -p offer 'q' option only for edits, not additions and deletions


sync usage with man page


make path arguments to 'got stage' optional


add 'q' response to 'got stage -p'


histedit_edit_list_retry(): eat newlines in responses


initial 'got stage -p' implementation


fix 'got checkout' into existing directory; add test cases for this