summaryrefslogtreecommitdiff
path: root/add-patch.c
AgeCommit message (Expand)Author
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano
2020-09-19Merge branch 'jk/add-i-fixes'Junio C Hamano
2020-09-19Merge branch 'pw/add-p-leakfix'Junio C Hamano
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood
2020-09-08add -p: fix memory leakPhillip Wood
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King
2020-09-03Merge branch 'pw/add-p-allowed-options-fix'Junio C Hamano
2020-08-17add -p: fix checking of user inputPhillip Wood
2020-08-17add -p: use ALLOC_GROW_BY instead of ALLOW_GROWPhillip Wood
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-09Merge branch 'js/checkout-p-new-file'Junio C Hamano
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin
2019-12-22built-in add -p: implement the "worktree" patch modesJohannes Schindelin
2019-12-22built-in add -p: implement the "checkout" patch modesJohannes Schindelin
2019-12-22built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin
2019-12-22built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin
2019-12-13built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin
2019-12-13built-in add -p: only show the applicable parts of the help textJohannes Schindelin
2019-12-13built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin
2019-12-13built-in add -p: implement hunk editingJohannes Schindelin
2019-12-13built-in add -p: coalesce hunks after splitting themJohannes Schindelin
2019-12-13built-in add -p: implement the hunk splitting featureJohannes Schindelin
2019-12-13built-in add -p: show different prompts for mode changes and deletionsJohannes Schindelin
2019-12-13built-in app -p: allow selecting a mode change as a "hunk"Johannes Schindelin
2019-12-13built-in add -p: handle deleted empty filesJohannes Schindelin
2019-12-13built-in add -p: support multi-file diffsJohannes Schindelin
2019-12-13built-in add -p: offer a helpful error message when hunk navigation failedJohannes Schindelin
2019-12-13built-in add -p: color the prompt and the help textJohannes Schindelin
2019-12-13built-in add -p: adjust hunk headers as neededJohannes Schindelin
2019-12-13built-in add -p: show colored hunks by defaultJohannes Schindelin
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin