summaryrefslogtreecommitdiff
path: root/add-patch.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Libravatar Junio C Hamano1-61/+79
2020-09-18Merge branch 'jk/add-i-fixes'Libravatar Junio C Hamano1-1/+1
2020-09-18Merge branch 'pw/add-p-leakfix'Libravatar Junio C Hamano1-8/+16
2020-09-09add -p: fix editing of intent-to-add pathsLibravatar Phillip Wood1-61/+79
2020-09-08add -p: fix memory leakLibravatar Phillip Wood1-8/+16
2020-09-08add-patch: fix inverted return code of repo_read_index()Libravatar Jeff King1-1/+1
2020-09-03Merge branch 'pw/add-p-allowed-options-fix'Libravatar Junio C Hamano1-25/+42
2020-08-17add -p: fix checking of user inputLibravatar Phillip Wood1-16/+38
2020-08-17add -p: use ALLOC_GROW_BY instead of ALLOW_GROWLibravatar Phillip Wood1-9/+4
2020-08-10Merge branch 'jk/strvec'Libravatar Junio C Hamano1-24/+24
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-4/+4
2020-07-29comment: fix spelling mistakes inside commentsLibravatar Steve Kemp1-1/+1
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-5/+5
2020-07-28strvec: convert more callers away from argv_array nameLibravatar Jeff King1-14/+14
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-06-08Merge branch 'js/checkout-p-new-file'Libravatar Junio C Hamano1-7/+23
2020-05-27checkout -p: handle new files correctlyLibravatar Johannes Schindelin1-7/+23
2020-04-10interactive: refactor code asking the user for interactive inputLibravatar Johannes Schindelin1-2/+2
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingLibravatar Johannes Schindelin1-4/+17
2020-01-15built-in add -p: handle diff.algorithmLibravatar Johannes Schindelin1-0/+3
2020-01-15built-in add -p: support interactive.diffFilterLibravatar Johannes Schindelin1-0/+33
2019-12-21built-in add -p: implement the "worktree" patch modesLibravatar Johannes Schindelin1-0/+50
2019-12-21built-in add -p: implement the "checkout" patch modesLibravatar Johannes Schindelin1-5/+133
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesLibravatar Johannes Schindelin1-4/+79
2019-12-21built-in add -p: prepare for patch modes other than "stage"Libravatar Johannes Schindelin1-26/+69
2019-12-13built-in add -p: show helpful hint when nothing can be stagedLibravatar Johannes Schindelin1-4/+13
2019-12-13built-in add -p: only show the applicable parts of the help textLibravatar Johannes Schindelin1-4/+28
2019-12-13built-in add -p: implement the 'q' ("quit") commandLibravatar Johannes Schindelin1-6/+11
2019-12-13built-in add -p: implement the '/' ("search regex") commandLibravatar Johannes Schindelin1-1/+49
2019-12-13built-in add -p: implement the 'g' ("goto") commandLibravatar Johannes Schindelin1-0/+88
2019-12-13built-in add -p: implement hunk editingLibravatar Johannes Schindelin1-17/+316
2019-12-13built-in add -p: coalesce hunks after splitting themLibravatar Johannes Schindelin1-1/+57
2019-12-13built-in add -p: implement the hunk splitting featureLibravatar Johannes Schindelin1-2/+213
2019-12-13built-in add -p: show different prompts for mode changes and deletionsLibravatar Johannes Schindelin1-2/+20
2019-12-13built-in app -p: allow selecting a mode change as a "hunk"Libravatar Johannes Schindelin1-5/+104
2019-12-13built-in add -p: handle deleted empty filesLibravatar Johannes Schindelin1-2/+11
2019-12-13built-in add -p: support multi-file diffsLibravatar Johannes Schindelin1-38/+53
2019-12-13built-in add -p: offer a helpful error message when hunk navigation failedLibravatar Johannes Schindelin1-11/+33
2019-12-13built-in add -p: color the prompt and the help textLibravatar Johannes Schindelin1-4/+8
2019-12-13built-in add -p: adjust hunk headers as neededLibravatar Johannes Schindelin1-12/+133
2019-12-13built-in add -p: show colored hunks by defaultLibravatar Johannes Schindelin1-17/+62
2019-12-13built-in add -i: start implementing the `patch` functionality in CLibravatar Johannes Schindelin1-0/+265