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