summaryrefslogtreecommitdiff
path: root/add-patch.c
Commit message (Expand)AuthorAgeFilesLines
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano2023-03-191-1/+2
|\ \
| * | add-patch: handle "* Unmerged path" linesJeff King2023-03-091-1/+2
| |/
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
|/
* read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason2022-11-211-1/+2
* Merge branch 'rs/add-p-worktree-mode-prompt-fix'Junio C Hamano2022-09-151-8/+8
|\
| * add -p: fix worktree patch mode promptsRené Scharfe2022-09-141-8/+8
* | Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano2022-09-131-1/+1
|\ \
| * | add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin2022-08-301-1/+1
| |/
* | add -p: ignore dirty submodulesJohannes Schindelin2022-09-011-1/+2
* | add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin2022-09-011-8/+17
* | add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin2022-09-011-1/+4
|/
* 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