index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
add-patch.c
Age
Commit message (
Expand
)
Author
7 days
Merge branch 'sp/add-patch-with-fewer-the-repository'
Junio C Hamano
2026-03-17
add-patch: use repository instance from add_i_state instead of the_repository
Shreyansh Paliwal
2026-03-03
add-patch: allow disabling editing of hunks
Patrick Steinhardt
2026-03-03
add-patch: add support for in-memory index patching
Patrick Steinhardt
2026-03-03
add-patch: remove dependency on "add-interactive" subsystem
Patrick Steinhardt
2026-03-03
add-patch: split out `struct interactive_options`
Patrick Steinhardt
2026-03-03
add-patch: split out header from "add-interactive.h"
Patrick Steinhardt
2026-03-03
Merge branch 'aa/add-p-no-auto-advance'
Junio C Hamano
2026-02-17
add-patch: allow interfile navigation when selecting hunks
Abraham Samuel Adekunle
2026-02-17
add-patch: allow all-or-none application of patches
Abraham Samuel Adekunle
2026-02-17
add-patch: modify patch_update_file() signature
Abraham Samuel Adekunle
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2026-01-09
add -p: show user's hunk decision when selecting hunks
Abraham Samuel Adekunle
2025-10-26
add-patch: quit on EOF
René Scharfe
2025-10-25
add-patch: quit without skipping undecided hunks
René Scharfe
2025-10-24
Merge branch 'rs/add-patch-document-p-for-pager'
Junio C Hamano
2025-10-21
add-patch: fully document option P
René Scharfe
2025-10-17
Merge branch 'rs/add-patch-options-fix'
Junio C Hamano
2025-10-14
Merge branch 'pw/add-p-hunk-splitting-fix'
Junio C Hamano
2025-10-06
add-patch: reset "permitted" at loop start
René Scharfe
2025-10-06
add-patch: let options a and d roll over like y and n
René Scharfe
2025-10-06
add-patch: let options k and K roll over like j and J
René Scharfe
2025-10-06
add-patch: let options y, n, j, and e roll over to next undecided
René Scharfe
2025-10-06
add-patch: document that option J rolls over
René Scharfe
2025-10-06
add-patch: improve help for options j, J, k, and K
René Scharfe
2025-09-25
add-patch: update hunk splitability after editing
Phillip Wood
2025-09-25
add -p: mark split hunks as undecided
Phillip Wood
2025-09-08
add-interactive: respect color.diff for diff coloring
Jeff King
2025-07-29
add-patch: add diff.context command line overrides
Leon Michalak
2025-07-29
add-patch: respect diff.context configuration
Leon Michalak
2024-12-18
pager: stop using `the_repository`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
2024-08-13
editor: do not rely on `the_repository` for interactive edits
Patrick Steinhardt
2024-08-08
Merge branch 'rj/add-p-pager'
Junio C Hamano
2024-07-31
Merge branch 'pw/add-patch-with-suppress-blank-empty'
Junio C Hamano
2024-07-25
add-patch: render hunks through the pager
Rubén Justo
2024-07-20
add-patch: use normalize_marker() when recounting edited hunk
Phillip Wood
2024-07-20
add-patch: handle splitting hunks with diff.suppressBlankEmpty
Phillip Wood
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-06-17
Merge branch 'jc/varargs-attributes'
Junio C Hamano
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `empty_tree_oid_hex()`
Patrick Steinhardt
2024-06-10
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
2024-05-22
add-patch: enforce only one-letter response to prompts
Junio C Hamano
2024-05-08
Merge branch 'rj/add-p-typo-reaction'
Junio C Hamano
2024-04-30
add-patch: response to unknown command
Rubén Justo
2024-04-30
add-patch: do not show UI messages on stderr
Rubén Justo
2024-04-22
add-patch: plug a leak handling the '/' command
Rubén Justo
[next]