index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apply.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-30
Merge branch 'js/test-symlink-windows'
Junio C Hamano
1
-1
/
+1
2025-12-18
apply: symbolic links lack a "trustable executable bit"
Johannes Schindelin
1
-1
/
+1
2025-11-12
apply: check and fix incomplete lines
Junio C Hamano
1
-1
/
+12
2025-11-12
apply: revamp the parsing of incomplete lines
Junio C Hamano
1
-21
/
+49
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-4
/
+7
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-4
/
+7
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-7
/
+7
2025-07-07
apply: only write intents to add for new files
Raymond E. Pasco
1
-1
/
+1
2025-07-07
apply: read in the index in --intent-to-add mode
Raymond E. Pasco
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-5
/
+5
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-27
apply: set file mode when --reverse creates a deleted file
Mark Mentovai
1
-1
/
+1
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-2
/
+2
2025-04-17
parse-options: detect mismatches in integer signedness
Patrick Steinhardt
1
-2
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-03
apply.c: *.txt -> *.adoc fixes
Todd Zullinger
1
-1
/
+1
2025-02-10
Merge branch 'pw/apply-ulong-overflow-check'
Junio C Hamano
1
-0
/
+3
2025-01-30
apply: detect overflow when parsing hunk header
Phillip Wood
1
-0
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-25
Merge branch 'ps/apply-leakfix'
Junio C Hamano
1
-249
/
+200
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2024-09-17
apply: refactor `struct image` to use a `struct strbuf`
Patrick Steinhardt
1
-121
/
+73
2024-09-17
apply: rename members that track line count and allocation length
Patrick Steinhardt
1
-46
/
+45
2024-09-17
apply: refactor code to drop `line_allocated`
Patrick Steinhardt
1
-19
/
+14
2024-09-17
apply: introduce macro and function to init images
Patrick Steinhardt
1
-8
/
+14
2024-09-17
apply: rename functions operating on `struct image`
Patrick Steinhardt
1
-31
/
+30
2024-09-17
apply: reorder functions to move image-related things together
Patrick Steinhardt
1
-53
/
+53
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-1
/
+2
2024-09-09
apply: support --ours, --theirs, and --union for three-way merges
Alex Henrie
1
-2
/
+18
2024-08-14
Merge branch 'jk/apply-patch-mode-check-fix'
Junio C Hamano
1
-0
/
+1
2024-08-05
apply: canonicalize modes read from patches
Jeff King
1
-0
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-32
/
+56
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-06-11
apply: fix leaking string in `match_fragment()`
Patrick Steinhardt
1
-32
/
+55
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
1
-0
/
+1
2024-04-25
Merge branch 'rj/add-i-leak-fix'
Junio C Hamano
1
-1
/
+3
2024-04-22
apply: plug a leak in apply_data
Rubén Justo
1
-1
/
+3
2024-04-16
apply: avoid using fixed-size buffer in write_out_one_reject()
René Scharfe
1
-16
/
+17
2024-04-15
Merge branch 'rs/apply-reject-fd-leakfix'
Junio C Hamano
1
-2
/
+5
2024-04-15
Merge branch 'rs/apply-lift-path-length-limit'
Junio C Hamano
1
-6
/
+9
2024-04-09
Merge branch 'jc/apply-parse-diff-git-header-names-fix'
Junio C Hamano
1
-1
/
+8
2024-04-05
apply: don't leak fd on fdopen() error
René Scharfe
1
-2
/
+5
2024-04-05
apply: avoid fixed-size buffer in create_one_file()
René Scharfe
1
-6
/
+9
2024-03-19
apply: parse names out of "diff --git" more carefully
Junio C Hamano
1
-1
/
+8
2024-02-27
Merge branch 'jc/am-whitespace-doc'
Junio C Hamano
1
-1
/
+2
2024-02-26
Merge branch 'cp/apply-core-filemode'
Junio C Hamano
1
-3
/
+13
[next]