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