aboutsummaryrefslogtreecommitdiffstats
path: root/add-patch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-1/+3
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano1-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt1-1/+1
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano1-0/+1
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano1-0/+7
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano1-8/+10
2024-04-30add-patch: response to unknown commandRubén Justo1-1/+4
2024-04-30add-patch: do not show UI messages on stderrRubén Justo1-7/+6
2024-04-22add-patch: plug a leak handling the '/' commandRubén Justo1-0/+1
2024-04-09Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano1-6/+15
2024-03-29add-patch: do not print hunks repeatedlyRubén Justo1-7/+12
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo1-0/+4
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King1-1/+1
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King1-2/+2
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-4/+4
2024-02-13add-patch: classify '@' as a synonym for 'HEAD'Ghanshyam Thakkar1-8/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-5/+7
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-12strbuf: remove global variableCalvin Wan1-5/+7
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-19Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano1-1/+2
2023-03-09add-patch: handle "* Unmerged path" linesJeff King1-1/+2
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason1-1/+2
2022-09-15Merge branch 'rs/add-p-worktree-mode-prompt-fix'Junio C Hamano1-8/+8
2022-09-14add -p: fix worktree patch mode promptsRené Scharfe1-8/+8
2022-09-13Merge branch 'js/builtin-add-p-portability-fix'Junio C Hamano1-1/+1
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin1-1/+2
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin1-8/+17
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin1-1/+4
2022-08-30add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin1-1/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-1/+1
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