summary refs log tree commit diff
path: root/add-patch.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Merge branch 'pw/add-p-hunk-split-fix'Junio C Hamano1-7/+13
2022-01-12builtin add -p: fix hunk splittingPhillip Wood1-7/+13
2021-11-25run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason1-2/+2
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano1-10/+15
2020-11-16add -p (built-in): do not color the progress indicator separatelyJohannes Schindelin1-5/+5
2020-11-11add -i: use `reset_color` consistentlyJohannes Schindelin1-2/+2
2020-11-11add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headersJohannes Schindelin1-3/+8
2020-10-27Merge branch 'dl/checkout-p-merge-base'Junio C Hamano1-0/+8
2020-10-07add-patch: add NEEDSWORK about comparing commitsDenton Liu1-0/+8
2020-09-22Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano1-61/+79
2020-09-18Merge branch 'jk/add-i-fixes'Junio C Hamano1-1/+1
2020-09-18Merge branch 'pw/add-p-leakfix'Junio C Hamano1-8/+16
2020-09-09add -p: fix editing of intent-to-add pathsPhillip Wood1-61/+79
2020-09-08add -p: fix memory leakPhillip Wood1-8/+16
2020-09-08add-patch: fix inverted return code of repo_read_index()Jeff King1-1/+1
2020-09-03Merge branch 'pw/add-p-allowed-options-fix'Junio C Hamano1-25/+42
2020-08-17add -p: fix checking of user inputPhillip Wood1-16/+38
2020-08-17add -p: use ALLOC_GROW_BY instead of ALLOW_GROWPhillip Wood1-9/+4
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-24/+24
2020-07-30strvec: rename struct fieldsJeff King1-4/+4
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp1-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King1-5/+5
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-14/+14
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-08Merge branch 'js/checkout-p-new-file'Junio C Hamano1-7/+23
2020-05-27checkout -p: handle new files correctlyJohannes Schindelin1-7/+23
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin1-2/+2
2020-01-15built-in add -p: respect the `interactive.singlekey` config settingJohannes Schindelin1-4/+17
2020-01-15built-in add -p: handle diff.algorithmJohannes Schindelin1-0/+3
2020-01-15built-in add -p: support interactive.diffFilterJohannes Schindelin1-0/+33
2019-12-21built-in add -p: implement the "worktree" patch modesJohannes Schindelin1-0/+50
2019-12-21built-in add -p: implement the "checkout" patch modesJohannes Schindelin1-5/+133
2019-12-21built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin1-4/+79
2019-12-21built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin1-26/+69
2019-12-13built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin1-4/+13
2019-12-13built-in add -p: only show the applicable parts of the help textJohannes Schindelin1-4/+28
2019-12-13built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin1-6/+11
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin1-1/+49
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin1-0/+88
2019-12-13built-in add -p: implement hunk editingJohannes Schindelin1-17/+316
2019-12-13built-in add -p: coalesce hunks after splitting themJohannes Schindelin1-1/+57
2019-12-13built-in add -p: implement the hunk splitting featureJohannes Schindelin1-2/+213
2019-12-13built-in add -p: show different prompts for mode changes and deletionsJohannes Schindelin1-2/+20
2019-12-13built-in app -p: allow selecting a mode change as a "hunk"Johannes Schindelin1-5/+104
2019-12-13built-in add -p: handle deleted empty filesJohannes Schindelin1-2/+11
2019-12-13built-in add -p: support multi-file diffsJohannes Schindelin1-38/+53
2019-12-13built-in add -p: offer a helpful error message when hunk navigation failedJohannes Schindelin1-11/+33
2019-12-13built-in add -p: color the prompt and the help textJohannes Schindelin1-4/+8
2019-12-13built-in add -p: adjust hunk headers as neededJohannes Schindelin1-12/+133