summaryrefslogtreecommitdiffstats
path: root/add-patch.c
AgeCommit message (Expand)AuthorLines
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
2024-04-09Merge branch 'rj/add-p-explicit-reshow'Junio C Hamano-6/+15
2024-03-29add-patch: do not print hunks repeatedlyRubén Justo-7/+12
2024-03-28add-patch: introduce 'p' in interactive-patchRubén Justo-0/+4
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King-1/+1
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King-2/+2
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King-4/+4
2024-02-13add-patch: classify '@' as a synonym for 'HEAD'Ghanshyam Thakkar-8/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano-5/+7
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1