paulwkc

Results 4 issues of paulwkc

Add support of toggling commit and author (name and date) i.e. toggling of: 1. author and committer (toggle option=m) 2. author-date and commit-date (toggle option=M) Currently, applicable to view: main,...

Add Expand/Collapse option to help menu ![image](https://user-images.githubusercontent.com/19663576/97771958-27f28800-1b7d-11eb-8d1f-26cf01ea7fff.png)

Toggle name between committer and author 1. View specific option author-as-committer, similar to date-use-author 2. Work dynamically in views: main, log, refs, blame and tree. tig command: `:toggle author-as-committer` toggle...

Add `fix-test` and `test/tmp/*` targets for updating screen Update screen files wrt .test-result using make targets: 1. fix-test target to apply patches ``` make fix-test ``` 2. test/tmp/* target to...