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
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
2024-08-21
t: harmonize t-reftable-block.c with coding guidelines
Chandra Pratap
-26
/
+26
2024-08-21
t: move reftable/block_test.c to the unit testing framework
Chandra Pratap
-27
/
+22
2024-08-21
rebase --exec: respect --quiet
Matheus Tavares
-3
/
+12
2024-08-20
Sync with 'maint' for Windows+VS build jobs used at CI
Junio C Hamano
-9
/
+5
2024-08-20
Merge branch 'jk/midx-unused-fix'
Junio C Hamano
-9
/
+5
2024-08-20
Merge branch 'js/ci-win-vs-build' into maint-2.46
Junio C Hamano
-9
/
+5
2024-08-20
mailinfo: we parse fixed headers
Junio C Hamano
-8
/
+8
2024-08-20
CodingGuidelines: spaces around C operators
Junio C Hamano
-1
/
+10
2024-08-20
Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5
Junio C Hamano
-142
/
+265
2024-08-20
t: migrate t0110-urlmatch-normalization to the new framework
Ghanshyam Thakkar
-261
/
+272
2024-08-20
t-hashmap: stop calling setup() for t_intern() test
Jeff King
-3
/
+2
2024-08-20
git-prompt: support custom 0-width PS1 markers
Avi Halachmi (:avih)
-7
/
+12
[prev]
[next]