summaryrefslogtreecommitdiff
path: root/add-patch.c
Commit message (Expand)AuthorAgeFilesLines
* built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin2020-01-151-4/+17
* built-in add -p: handle diff.algorithmJohannes Schindelin2020-01-151-0/+3
* built-in add -p: support interactive.diffFilterJohannes Schindelin2020-01-151-0/+33
* built-in add -p: implement the "worktree" patch modesJohannes Schindelin2019-12-211-0/+50
* built-in add -p: implement the "checkout" patch modesJohannes Schindelin2019-12-211-5/+133
* built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin2019-12-211-4/+79
* built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin2019-12-211-26/+69
* built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin2019-12-131-4/+13
* built-in add -p: only show the applicable parts of the help textJohannes Schindelin2019-12-131-4/+28
* built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin2019-12-131-6/+11
* built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin2019-12-131-1/+49
* built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin2019-12-131-0/+88
* built-in add -p: implement hunk editingJohannes Schindelin2019-12-131-17/+316
* built-in add -p: coalesce hunks after splitting themJohannes Schindelin2019-12-131-1/+57
* built-in add -p: implement the hunk splitting featureJohannes Schindelin2019-12-131-2/+213
* built-in add -p: show different prompts for mode changes and deletionsJohannes Schindelin2019-12-131-2/+20
* built-in app -p: allow selecting a mode change as a "hunk"Johannes Schindelin2019-12-131-5/+104
* built-in add -p: handle deleted empty filesJohannes Schindelin2019-12-131-2/+11
* built-in add -p: support multi-file diffsJohannes Schindelin2019-12-131-38/+53
* built-in add -p: offer a helpful error message when hunk navigation failedJohannes Schindelin2019-12-131-11/+33
* built-in add -p: color the prompt and the help textJohannes Schindelin2019-12-131-4/+8
* built-in add -p: adjust hunk headers as neededJohannes Schindelin2019-12-131-12/+133
* built-in add -p: show colored hunks by defaultJohannes Schindelin2019-12-131-17/+62
* built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin2019-12-131-0/+265