index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
biultin/rev-parse: fix memory leaks in `--parseopt` mode
Patrick Steinhardt
3
-23
/
+32
2024-06-11
bundle: plug leaks in `create_bundle()`
Patrick Steinhardt
4
-10
/
+22
2024-06-11
notes-utils: free note trees when releasing copied notes
Patrick Steinhardt
3
-0
/
+3
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
21
-11
/
+41
2024-06-11
revision: fix memory leak when reversing revisions
Patrick Steinhardt
2
-0
/
+2
2024-06-10
The twelfth batch
Junio C Hamano
1
-0
/
+4
2024-06-10
Merge branch 'jk/leakfixes'
Junio C Hamano
2
-24
/
+29
2024-06-10
Merge branch 'iw/trace-argv-on-alias'
Junio C Hamano
3
-5
/
+34
2024-06-10
diff: let external diffs report that changes are uninteresting
René Scharfe
8
-10
/
+99
2024-06-10
userdiff: add and use struct external_diff
René Scharfe
3
-18
/
+24
2024-06-10
t4020: test exit code with external diffs
René Scharfe
2
-0
/
+54
2024-06-10
__attribute__: add a few missing format attributes
Junio C Hamano
3
-0
/
+3
2024-06-10
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
Junio C Hamano
4
-0
/
+5
2024-06-10
__attribute__: remove redundant attribute declaration for git_die_config()
Junio C Hamano
1
-1
/
+0
2024-06-10
__attribute__: trace2_region_enter_printf() is like "printf"
Junio C Hamano
2
-1
/
+3
2024-06-08
worktree_git_path(): move the declaration to path.h
Junio C Hamano
3
-8
/
+10
2024-06-07
doc: interactive.singleKey is disabled by default
Dragan Simic
1
-4
/
+4
2024-06-07
format-patch: assume --cover-letter for diff in multi-patch series
Rubén Justo
3
-0
/
+31
2024-06-07
t4014: cleanups in a few tests
Rubén Justo
1
-5
/
+5
2024-06-07
Merge branch 'tb/midx-write-cleanup'
Junio C Hamano
6
-91
/
+117
2024-06-07
imap-send: free all_msgs strbuf in "out" label
Jeff King
1
-1
/
+1
2024-06-07
Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leak
Junio C Hamano
2
-0
/
+53
2024-06-07
Merge branch 'ps/no-writable-strings' into jk/imap-send-plug-all-msgs-leak
Junio C Hamano
149
-933
/
+1562
2024-06-07
config.mak.dev: enable `-Wwrite-strings` warning
Patrick Steinhardt
1
-0
/
+1
2024-06-07
builtin/merge: always store allocated strings in `pull_twohead`
Patrick Steinhardt
1
-7
/
+11
2024-06-07
builtin/rebase: always store allocated string in `options.strategy`
Patrick Steinhardt
1
-7
/
+7
2024-06-07
builtin/rebase: do not assign default backend to non-constant field
Patrick Steinhardt
1
-9
/
+16
2024-06-07
imap-send: fix leaking memory in `imap_server_conf`
Patrick Steinhardt
1
-22
/
+41
2024-06-07
imap-send: drop global `imap_server_conf` variable
Patrick Steinhardt
1
-27
/
+30
2024-06-07
mailmap: always store allocated strings in mailmap blob
Patrick Steinhardt
1
-1
/
+1
2024-06-07
revision: always store allocated strings in output encoding
Patrick Steinhardt
3
-1
/
+4
2024-06-07
remote-curl: avoid assigning string constant to non-const variable
Patrick Steinhardt
1
-26
/
+27
2024-06-07
send-pack: always allocate receive status
Patrick Steinhardt
2
-1
/
+3
2024-06-07
parse-options: cast long name for OPTION_ALIAS
Patrick Steinhardt
1
-1
/
+1
2024-06-07
http: do not assign string constant to non-const field
Patrick Steinhardt
1
-3
/
+2
2024-06-07
compat/win32: fix const-correctness with string constants
Patrick Steinhardt
3
-15
/
+31
2024-06-07
pretty: add casts for decoration option pointers
Patrick Steinhardt
1
-2
/
+2
2024-06-07
object-file: make `buf` parameter of `index_mem()` a constant
Patrick Steinhardt
1
-7
/
+7
2024-06-07
object-file: mark cached object buffers as const
Patrick Steinhardt
1
-3
/
+5
2024-06-07
ident: add casts for fallback name and GECOS
Patrick Steinhardt
1
-2
/
+2
2024-06-07
entry: refactor how we remove items for delayed checkouts
Patrick Steinhardt
1
-4
/
+10
2024-06-07
line-log: always allocate the output prefix
Patrick Steinhardt
1
-7
/
+11
2024-06-07
line-log: stop assigning string constant to file parent buffer
Patrick Steinhardt
1
-1
/
+3
2024-06-07
diff: cast string constant in `fill_textconv()`
Patrick Steinhardt
1
-1
/
+1
2024-06-07
builtin/remote: cast away constness in `get_head_names()`
Patrick Steinhardt
1
-6
/
+6
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
4
-19
/
+14
2024-06-07
reftable: cast away constness when assigning constants to records
Patrick Steinhardt
4
-63
/
+63
2024-06-07
refs/reftable: stop micro-optimizing refname allocations on copy
Patrick Steinhardt
1
-12
/
+16
2024-06-07
global: convert intentionally-leaking config strings to consts
Patrick Steinhardt
4
-16
/
+21
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
38
-102
/
+106
[prev]
[next]