aboutsummaryrefslogtreecommitdiffstats
path: root/add-patch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* Merge branch 'pw/add-p-hunk-split-fix'Junio C Hamano2022-02-091-7/+13
|\
| * builtin add -p: fix hunk splittingPhillip Wood2022-01-121-7/+13
* | run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason2021-11-251-2/+2
|/
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
* Merge branch 'js/add-i-color-fix'Junio C Hamano2020-12-081-10/+15
|\
| * add -p (built-in): do not color the progress indicator separatelyJohannes Schindelin2020-11-161-5/+5
| * add -i: use `reset_color` consistentlyJohannes Schindelin2020-11-111-2/+2
| * add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headersJohannes Schindelin2020-11-111-3/+8
* | Merge branch 'dl/checkout-p-merge-base'Junio C Hamano2020-10-271-0/+8
|\ \ | |/ |/|
| * add-patch: add NEEDSWORK about comparing commitsDenton Liu2020-10-071-0/+8
* | Merge branch 'pw/add-p-edit-ita-path'Junio C Hamano2020-09-221-61/+79
|\ \
| * | add -p: fix editing of intent-to-add pathsPhillip Wood2020-09-091-61/+79
* | | Merge branch 'jk/add-i-fixes'Junio C Hamano2020-09-181-1/+1
|\ \ \
| * | | add-patch: fix inverted return code of repo_read_index()Jeff King2020-09-081-1/+1
| | |/ | |/|
* | | Merge branch 'pw/add-p-leakfix'Junio C Hamano2020-09-181-8/+16
|\ \ \ | |_|/ |/| |
| * | add -p: fix memory leakPhillip Wood2020-09-081-8/+16
| |/
* | Merge branch 'pw/add-p-allowed-options-fix'Junio C Hamano2020-09-031-25/+42
|\ \
| * | add -p: fix checking of user inputPhillip Wood2020-08-171-16/+38
| * | add -p: use ALLOC_GROW_BY instead of ALLOW_GROWPhillip Wood2020-08-171-9/+4
| |/
* | Merge branch 'jk/strvec'Junio C Hamano2020-08-101-24/+24
|\ \
| * | strvec: rename struct fieldsJeff King2020-07-301-4/+4
| * | strvec: fix indentation in renamed callsJeff King2020-07-281-5/+5
| * | strvec: convert more callers away from argv_array nameJeff King2020-07-281-14/+14
| * | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
| |/
* / comment: fix spelling mistakes inside commentsSteve Kemp2020-07-291-1/+1
|/
* Merge branch 'js/checkout-p-new-file'Junio C Hamano2020-06-081-7/+23
|\
| * checkout -p: handle new files correctlyJohannes Schindelin2020-05-271-7/+23
* | interactive: refactor code asking the user for interactive inputJohannes Schindelin2020-04-101-2/+2
|/
* 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