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
/
apply.c
Age
Commit message (
Expand
)
Author
7 days
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
2026-03-30
Merge branch 'jw/apply-corrupt-location'
Junio C Hamano
2026-03-27
Merge branch 'mf/apply-p-no-atoi'
Junio C Hamano
2026-03-17
apply: fix new-style empty context line triggering incomplete-line check
Junio C Hamano
2026-03-17
apply: report input location in binary and garbage patch errors
Jialong Wang
2026-03-17
apply: report input location in header parsing errors
Jialong Wang
2026-03-17
apply: report the location of corrupt patches
Jialong Wang
2026-03-16
apply.c: fix -p argument parsing
Mirko Faina
2026-03-04
Merge branch 'jr/apply-directory-normalize'
Junio C Hamano
2026-02-27
Merge branch 'jc/whitespace-incomplete-line'
Junio C Hamano
2026-02-20
apply: normalize path in --directory argument
Joaquim Rocha
2026-02-17
Merge branch 'rs/xdiff-wo-the-repository'
Junio C Hamano
2026-02-10
xdiff-interface: stop using the_repository
René Scharfe
2026-02-05
whitespace: symbolic links usually lack LF at the end
Junio C Hamano
2026-02-05
global: constify some pointers that are not written to
Collin Funk
2025-12-30
Merge branch 'js/test-symlink-windows'
Junio C Hamano
2025-12-18
apply: symbolic links lack a "trustable executable bit"
Johannes Schindelin
2025-11-12
apply: check and fix incomplete lines
Junio C Hamano
2025-11-12
apply: revamp the parsing of incomplete lines
Junio C Hamano
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
2025-07-07
apply: only write intents to add for new files
Raymond E. Pasco
2025-07-07
apply: read in the index in --intent-to-add mode
Raymond E. Pasco
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-05-27
apply: set file mode when --reverse creates a deleted file
Mark Mentovai
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-03
apply.c: *.txt -> *.adoc fixes
Todd Zullinger
2025-02-10
Merge branch 'pw/apply-ulong-overflow-check'
Junio C Hamano
2025-01-30
apply: detect overflow when parsing hunk header
Phillip Wood
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-25
Merge branch 'ps/apply-leakfix'
Junio C Hamano
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-17
apply: refactor `struct image` to use a `struct strbuf`
Patrick Steinhardt
2024-09-17
apply: rename members that track line count and allocation length
Patrick Steinhardt
2024-09-17
apply: refactor code to drop `line_allocated`
Patrick Steinhardt
2024-09-17
apply: introduce macro and function to init images
Patrick Steinhardt
2024-09-17
apply: rename functions operating on `struct image`
Patrick Steinhardt
2024-09-17
apply: reorder functions to move image-related things together
Patrick Steinhardt
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-09
apply: support --ours, --theirs, and --union for three-way merges
Alex Henrie
2024-08-14
Merge branch 'jk/apply-patch-mode-check-fix'
Junio C Hamano
2024-08-05
apply: canonicalize modes read from patches
Jeff King
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
[next]