index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-08-22
remote: fix leaking peer ref when expanding refmap
Patrick Steinhardt
-0
/
+6
2024-08-22
remote: fix leaks when matching refspecs
Patrick Steinhardt
-14
/
+30
2024-08-22
remote: fix leaking config strings
Patrick Steinhardt
-2
/
+38
2024-08-22
builtin/fetch-pack: fix leaking refs
Patrick Steinhardt
-8
/
+12
2024-08-22
sideband: fix leaks when configuring sideband colors
Patrick Steinhardt
-8
/
+8
2024-08-22
builtin/send-pack: fix leaking refspecs
Patrick Steinhardt
-0
/
+9
2024-08-22
transport: fix leaking OID arrays in git:// transport data
Patrick Steinhardt
-0
/
+4
2024-08-22
t/helper: fix leaking multi-pack-indices in "read-midx"
Patrick Steinhardt
-1
/
+10
2024-08-22
builtin/repack: fix leaks when computing packs to repack
Patrick Steinhardt
-9
/
+27
2024-08-22
midx-write: fix leaking hashfile on error cases
Patrick Steinhardt
-12
/
+12
2024-08-22
builtin/archive: fix leaking `OPT_FILENAME()` value
Patrick Steinhardt
-2
/
+7
2024-08-22
builtin/upload-archive: fix leaking args passed to `write_archive()`
Patrick Steinhardt
-2
/
+16
2024-08-22
builtin/merge-tree: fix leaking `-X` strategy options
Patrick Steinhardt
-3
/
+11
2024-08-22
pretty: fix leaking key/value separator buffer
Patrick Steinhardt
-0
/
+3
2024-08-22
pretty: fix memory leaks when parsing pretty formats
Patrick Steinhardt
-3
/
+9
2024-08-22
convert: fix leaks when resetting attributes
Patrick Steinhardt
-0
/
+4
2024-08-22
mailinfo: fix leaking header data
Patrick Steinhardt
-2
/
+16
2024-08-22
exec_cmd: RUNTIME_PREFIX on z/OS systems
D Harithamma
-0
/
+32
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
-245
/
+0
2024-08-22
t/helper: refactor to not use `struct reftable_table`
Patrick Steinhardt
-15
/
+18
2024-08-22
t/helper: use `hash_to_hex_algop()` to print hashes
Patrick Steinhardt
-37
/
+11
2024-08-22
t/helper: inline printing of reftable records
Patrick Steinhardt
-144
/
+69
2024-08-22
t/helper: inline `reftable_table_print()`
Patrick Steinhardt
-52
/
+50
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
-31
/
+22
2024-08-22
t/helper: inline `reftable_reader_print_file()`
Patrick Steinhardt
-24
/
+22
2024-08-22
t/helper: inline `reftable_dump_main()`
Patrick Steinhardt
-89
/
+60
2024-08-22
reftable/dump: drop unused `compact_stack()`
Patrick Steinhardt
-26
/
+1
2024-08-22
reftable/generic: move generic iterator code into iterator interface
Patrick Steinhardt
-116
/
+133
2024-08-22
reftable/iter: drop double-checking logic
Patrick Steinhardt
-24
/
+0
2024-08-22
reftable/stack: open-code reading refs
Patrick Steinhardt
-3
/
+22
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
-75
/
+60
2024-08-22
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
-11
/
+12
2024-08-22
reftable/merged: expose functions to initialize iterators
Patrick Steinhardt
-0
/
+20
2024-08-21
The seventh batch
Junio C Hamano
-0
/
+9
2024-08-21
Merge branch 'jc/how-to-maintain-updates'
Junio C Hamano
-0
/
+4
2024-08-21
Merge branch 'jk/apply-patch-mode-check-fix'
Junio C Hamano
-1
/
+1
2024-08-21
Merge branch 'ps/bundle-outside-repo-fix'
Junio C Hamano
-3
/
+41
2024-08-21
Merge branch 'jc/grammo-fixes'
Junio C Hamano
-2
/
+2
2024-08-21
Merge branch 'ag/git-svn-global-ignores'
Junio C Hamano
-25
/
+42
2024-08-21
builtin/maintenance: fix loose objects task emitting pack hash
Patrick Steinhardt
-0
/
+22
2024-08-21
t7900: exercise detaching via trace2 regions
Patrick Steinhardt
-9
/
+10
2024-08-21
t-reftable-block: add tests for index blocks
Chandra Pratap
-0
/
+88
2024-08-21
t-reftable-block: add tests for obj blocks
Chandra Pratap
-0
/
+82
2024-08-21
t-reftable-block: add tests for log blocks
Chandra Pratap
-2
/
+91
2024-08-21
t-reftable-block: remove unnecessary variable 'j'
Chandra Pratap
-4
/
+2
2024-08-21
t-reftable-block: use xstrfmt() instead of xstrdup()
Chandra Pratap
-4
/
+1
2024-08-21
t-reftable-block: use block_iter_reset() instead of block_iter_close()
Chandra Pratap
-6
/
+2
2024-08-21
t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
Chandra Pratap
-2
/
+1
2024-08-21
t-reftable-block: use reftable_record_equal() instead of check_str()
Chandra Pratap
-9
/
+9
2024-08-21
t-reftable-block: release used block reader
Chandra Pratap
-0
/
+1
[prev]
[next]