index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apply.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
Merge branch 'ps/apply-leakfix'
Junio C Hamano
2024-09-25
1
-249
/
+200
|
\
|
*
apply: refactor `struct image` to use a `struct strbuf`
Patrick Steinhardt
2024-09-17
1
-121
/
+73
|
*
apply: rename members that track line count and allocation length
Patrick Steinhardt
2024-09-17
1
-46
/
+45
|
*
apply: refactor code to drop `line_allocated`
Patrick Steinhardt
2024-09-17
1
-19
/
+14
|
*
apply: introduce macro and function to init images
Patrick Steinhardt
2024-09-17
1
-8
/
+14
|
*
apply: rename functions operating on `struct image`
Patrick Steinhardt
2024-09-17
1
-31
/
+30
|
*
apply: reorder functions to move image-related things together
Patrick Steinhardt
2024-09-17
1
-53
/
+53
*
|
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
2024-09-23
1
-1
/
+2
|
\
\
|
*
|
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+2
|
|
/
*
/
apply: support --ours, --theirs, and --union for three-way merges
Alex Henrie
2024-09-09
1
-2
/
+18
|
/
*
Merge branch 'jk/apply-patch-mode-check-fix'
Junio C Hamano
2024-08-14
1
-0
/
+1
|
\
|
*
apply: canonicalize modes read from patches
Jeff King
2024-08-05
1
-0
/
+1
*
|
Merge branch 'ps/leakfixes-more'
Junio C Hamano
2024-07-08
1
-32
/
+56
|
\
\
|
*
|
apply: fix leaking string in `match_fragment()`
Patrick Steinhardt
2024-06-11
1
-32
/
+55
|
*
|
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
2024-06-11
1
-0
/
+1
|
|
/
*
|
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+1
|
/
*
Merge branch 'rj/add-i-leak-fix'
Junio C Hamano
2024-04-25
1
-1
/
+3
|
\
|
*
apply: plug a leak in apply_data
Rubén Justo
2024-04-23
1
-1
/
+3
*
|
apply: avoid using fixed-size buffer in write_out_one_reject()
René Scharfe
2024-04-16
1
-16
/
+17
|
/
*
Merge branch 'rs/apply-reject-fd-leakfix'
Junio C Hamano
2024-04-15
1
-2
/
+5
|
\
|
*
apply: don't leak fd on fdopen() error
René Scharfe
2024-04-05
1
-2
/
+5
*
|
Merge branch 'rs/apply-lift-path-length-limit'
Junio C Hamano
2024-04-15
1
-6
/
+9
|
\
\
|
*
|
apply: avoid fixed-size buffer in create_one_file()
René Scharfe
2024-04-05
1
-6
/
+9
|
|
/
*
|
Merge branch 'jc/apply-parse-diff-git-header-names-fix'
Junio C Hamano
2024-04-09
1
-1
/
+8
|
\
\
|
*
|
apply: parse names out of "diff --git" more carefully
Junio C Hamano
2024-03-19
1
-1
/
+8
*
|
|
Merge branch 'jc/am-whitespace-doc'
Junio C Hamano
2024-02-28
1
-1
/
+2
|
\
\
\
|
*
|
|
doc: add shortcut to "am --whitespace=<action>"
Junio C Hamano
2024-02-14
1
-1
/
+2
*
|
|
|
Merge branch 'cp/apply-core-filemode'
Junio C Hamano
2024-02-27
1
-3
/
+13
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
apply: code simplification
Junio C Hamano
2023-12-27
1
-4
/
+8
|
*
|
|
apply: correctly reverse patch's pre- and post-image mode bits
Junio C Hamano
2023-12-27
1
-4
/
+4
|
*
|
|
apply: ignore working tree filemode when !core.filemode
Chandra Pratap
2023-12-27
1
-2
/
+8
|
|
/
/
*
/
/
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
|
/
/
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
\
|
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'pw/apply-too-large'
Junio C Hamano
2023-07-06
1
-3
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
apply: improve error messages when reading patch
Phillip Wood
2023-06-26
1
-3
/
+4
*
|
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
merge-ll: rename from ll-merge
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+3
|
\
\
\
|
*
|
|
ws.h: move declarations for ws.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
|
base85.h: move declarations for base85.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
|
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
[next]