aboutsummaryrefslogtreecommitdiffstats
path: root/.be
Commit message (Collapse)AuthorAgeFilesLines
* Add DiffDeleteHunk command for deleting current hunk.Matěj Cepl2015-02-067-1/+170
| | | | | Deletes the hunk on which the cursor is and makes sure that the following header is correctly changed.
* Add DiffSplitHunk function.Matěj Cepl2015-02-067-0/+119
Splits the hunk in which the cursor is making sure that all surrounding hunk headers are correct (i.e., adjusts the original hunk header).