summaryrefslogtreecommitdiffstats
path: root/add-patch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rj/add-p-typo-reaction'Junio C Hamano2024-05-081-8/+10
|\
| * add-patch: response to unknown commandRubén Justo2024-04-301-1/+4
| * add-patch: do not show UI messages on stderrRubén Justo2024-04-301-7/+6
* | add-patch: plug a leak handling the '/' commandRubén Justo2024-04-231-0/+1
|/
* Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano2024-04-091-6/+15
|\
| * add-patch: do not print hunks repeatedlyRubén Justo2024-03-291-7/+12
| * add-patch: introduce 'p' in interactive-patchRubén Justo2024-03-291-0/+4
* | find multi-byte comment chars in NUL-terminated stringsJeff King2024-03-121-1/+1
* | prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-2/+2
* | strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-4/+4
|/
* add-patch: classify '@' as a synonym for 'HEAD'Ghanshyam Thakkar2024-02-131-8/+0
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-5/+7
|\ \ | |/ |/|
| * strbuf: remove global variableCalvin Wan2023-06-121-5/+7
* | diff.h: remove unnecessary include of oidset.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/
* 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-241-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-161-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-261-2/+2
|/
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-141-0/+1
* Merge branch 'js/add-i-color-fix'Junio C Hamano2020-12-091-10/+15
|\
| * add -p (built-in): do not color the progress indicator separatelyJohannes Schindelin2020-11-171-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