summaryrefslogtreecommitdiffstats
path: root/add-patch.c
AgeCommit message (Expand)AuthorLines
13 daysMerge branch 'sp/add-patch-with-fewer-the-repository'Junio C Hamano-4/+4
2026-03-17add-patch: use repository instance from add_i_state instead of the_repositoryShreyansh Paliwal-4/+4
2026-03-03add-patch: allow disabling editing of hunksPatrick Steinhardt-8/+14
2026-03-03add-patch: add support for in-memory index patchingPatrick Steinhardt-25/+124
2026-03-03add-patch: remove dependency on "add-interactive" subsystemPatrick Steinhardt-42/+46
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt-34/+153
2026-03-03add-patch: split out header from "add-interactive.h"Patrick Steinhardt-0/+1
2026-03-03Merge branch 'aa/add-p-no-auto-advance'Junio C Hamano-42/+112
2026-02-17add-patch: allow interfile navigation when selecting hunksAbraham Samuel Adekunle-5/+61
2026-02-17add-patch: allow all-or-none application of patchesAbraham Samuel Adekunle-27/+35
2026-02-17add-patch: modify patch_update_file() signatureAbraham Samuel Adekunle-13/+19
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano-1/+1
2026-02-05global: constify some pointers that are not written toCollin Funk-1/+1
2026-01-09add -p: show user's hunk decision when selecting hunksAbraham Samuel Adekunle-37/+44
2025-10-26add-patch: quit on EOFRené Scharfe-1/+3
2025-10-25add-patch: quit without skipping undecided hunksRené Scharfe-5/+4
2025-10-24Merge branch 'rs/add-patch-document-p-for-pager'Junio C Hamano-2/+3
2025-10-21add-patch: fully document option PRené Scharfe-2/+3
2025-10-17Merge branch 'rs/add-patch-options-fix'Junio C Hamano-22/+53
2025-10-14Merge branch 'pw/add-p-hunk-splitting-fix'Junio C Hamano-2/+13
2025-10-06add-patch: reset "permitted" at loop startRené Scharfe-9/+10
2025-10-06add-patch: let options a and d roll over like y and nRené Scharfe-0/+15
2025-10-06add-patch: let options k and K roll over like j and JRené Scharfe-7/+15
2025-10-06add-patch: let options y, n, j, and e roll over to next undecidedRené Scharfe-3/+10
2025-10-06add-patch: document that option J rolls overRené Scharfe-3/+3
2025-10-06add-patch: improve help for options j, J, k, and KRené Scharfe-4/+4
2025-09-25add-patch: update hunk splitability after editingPhillip Wood-1/+11
2025-09-25add -p: mark split hunks as undecidedPhillip Wood-1/+2
2025-09-08add-interactive: respect color.diff for diff coloringJeff King-6/+6
2025-07-29add-patch: add diff.context command line overridesLeon Michalak-2/+3
2025-07-29add-patch: respect diff.context configurationLeon Michalak-3/+6
2024-12-18pager: stop using `the_repository`Patrick Steinhardt-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano-1/+2
2024-08-13editor: do not rely on `the_repository` for interactive editsPatrick Steinhardt-1/+2
2024-08-08Merge branch 'rj/add-p-pager'Junio C Hamano-3/+15
2024-07-31Merge branch 'pw/add-patch-with-suppress-blank-empty'Junio C Hamano-8/+15
2024-07-25add-patch: render hunks through the pagerRubén Justo-3/+15
2024-07-20add-patch: use normalize_marker() when recounting edited hunkPhillip Wood-2/+2
2024-07-20add-patch: handle splitting hunks with diff.suppressBlankEmptyPhillip Wood-6/+13
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-1/+3
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt-1/+1
2024-06-10__attribute__: mark some functions with LAST_ARG_MUST_BE_NULLJunio C Hamano-0/+1
2024-05-22add-patch: enforce only one-letter response to promptsJunio C Hamano-0/+7
2024-05-08Merge branch 'rj/add-p-typo-reaction'Junio C Hamano-8/+10
2024-04-30add-patch: response to unknown commandRubén Justo-1/+4
2024-04-30add-patch: do not show UI messages on stderrRubén Justo-7/+6
2024-04-22add-patch: plug a leak handling the '/' commandRubén Justo-0/+1