summaryrefslogtreecommitdiff
path: root/add-patch.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07Merge branch 'sp/add-patch-with-fewer-the-repository'Junio C Hamano1-4/+4
2026-03-17add-patch: use repository instance from add_i_state instead of the_repositoryShreyansh Paliwal1-4/+4
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt1-8/+14
2026-03-03add-patch: add support for in-memory index patchingPatrick Steinhardt1-25/+124
2026-03-03add-patch: remove dependency on "add-interactive" subsystemPatrick Steinhardt1-42/+46
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt1-34/+153
2026-03-03add-patch: split out header from "add-interactive.h"Patrick Steinhardt1-0/+1
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano1-42/+112
2026-02-17add-patch: allow interfile navigation when selecting hunksAbraham Samuel Adekunle1-5/+61
2026-02-17add-patch: allow all-or-none application of patchesAbraham Samuel Adekunle1-27/+35
2026-02-17add-patch: modify patch_update_file() signatureAbraham Samuel Adekunle1-13/+19
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano1-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2026-01-09add -p: show user's hunk decision when selecting hunksAbraham Samuel Adekunle1-37/+44
2025-10-26add-patch: quit on EOFRené Scharfe1-1/+3
2025-10-25add-patch: quit without skipping undecided hunksRené Scharfe1-5/+4
2025-10-24Merge branch 'rs/add-patch-document-p-for-pager'Junio C Hamano1-2/+3
2025-10-21add-patch: fully document option PRené Scharfe1-2/+3
2025-10-17Merge branch 'rs/add-patch-options-fix'Junio C Hamano1-22/+53
2025-10-14Merge branch 'pw/add-p-hunk-splitting-fix'Junio C Hamano1-2/+13
2025-10-06add-patch: reset "permitted" at loop startRené Scharfe1-9/+10
2025-10-06add-patch: let options a and d roll over like y and nRené Scharfe1-0/+15
2025-10-06add-patch: let options k and K roll over like j and JRené Scharfe1-7/+15
2025-10-06add-patch: let options y, n, j, and e roll over to next undecidedRené Scharfe1-3/+10
2025-10-06add-patch: document that option J rolls overRené Scharfe1-3/+3
2025-10-06add-patch: improve help for options j, J, k, and KRené Scharfe1-4/+4
2025-09-25add-patch: update hunk splitability after editingPhillip Wood1-1/+11
2025-09-25add -p: mark split hunks as undecidedPhillip Wood1-1/+2
2025-09-08add-interactive: respect color.diff for diff coloringJeff King1-6/+6
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-2/+3
2025-07-29add-patch: respect diff.context configurationLeon Michalak1-3/+6
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+2
2024-08-13editor: do not rely on `the_repository` for interactive editsPatrick Steinhardt1-1/+2
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano1-3/+15
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano1-8/+15
2024-07-25add-patch: render hunks through the pagerRubén Justo1-3/+15
2024-07-20add-patch: use normalize_marker() when recounting edited hunkPhillip Wood1-2/+2
2024-07-20add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood1-6/+13
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