summaryrefslogtreecommitdiffstats
path: root/add-patch.c
AgeCommit message (Expand)AuthorLines
2019-12-13built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin-4/+13
2019-12-13built-in add -p: only show the applicable parts of the help textJohannes Schindelin-4/+28
2019-12-13built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin-6/+11
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin-1/+49
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin-0/+88
2019-12-13built-in add -p: implement hunk editingJohannes Schindelin-17/+316
2019-12-13built-in add -p: coalesce hunks after splitting themJohannes Schindelin-1/+57
2019-12-13built-in add -p: implement the hunk splitting featureJohannes Schindelin-2/+213
2019-12-13built-in add -p: show different prompts for mode changes and deletionsJohannes Schindelin-2/+20
2019-12-13built-in app -p: allow selecting a mode change as a "hunk"Johannes Schindelin-5/+104
2019-12-13built-in add -p: handle deleted empty filesJohannes Schindelin-2/+11
2019-12-13built-in add -p: support multi-file diffsJohannes Schindelin-38/+53
2019-12-13built-in add -p: offer a helpful error message when hunk navigation failedJohannes Schindelin-11/+33
2019-12-13built-in add -p: color the prompt and the help textJohannes Schindelin-4/+8
2019-12-13built-in add -p: adjust hunk headers as neededJohannes Schindelin-12/+133
2019-12-13built-in add -p: show colored hunks by defaultJohannes Schindelin-17/+62
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin-0/+265