]> Kevux Git Server - rit/shortlog
rit
2024-08-23 Patrick Steinhardtreftable/stack: inline `stack_compact_range_stats()`
2024-08-23 Patrick Steinhardtreftable/blocksource: drop malloc block source
2024-08-23 Celeste Liudoc: replace 3 dash with correct 2 dash in git-config(1)
2024-08-22 Calvin Wansend-pack: add new tracing regions for push
2024-08-22 Josh Steadmonfetch: add top-level trace2 regions
2024-08-22 Josh Steadmontrace2: implement trace2_printf() for event target
2024-08-22 ahmed akefdocs: explain the order of output in the batched mode...
2024-08-22 Junio C HamanoMerge branch 'ps/reftable-drop-generic' into ps/reftabl...
2024-08-22 Derrick Stoleediff-index: integrate with the sparse index
2024-08-22 Patrick Steinhardttransport: fix leaking negotiation tips
2024-08-22 Patrick Steinhardttransport: fix leaking arguments when fetching from...
2024-08-22 Patrick Steinhardtbuiltin/fetch: fix leaking transaction with `--atomic`
2024-08-22 Patrick Steinhardtremote: fix leaking peer ref when expanding refmap
2024-08-22 Patrick Steinhardtremote: fix leaks when matching refspecs
2024-08-22 Patrick Steinhardtremote: fix leaking config strings
2024-08-22 Patrick Steinhardtbuiltin/fetch-pack: fix leaking refs
2024-08-22 Patrick Steinhardtsideband: fix leaks when configuring sideband colors
2024-08-22 Patrick Steinhardtbuiltin/send-pack: fix leaking refspecs
2024-08-22 Patrick Steinhardttransport: fix leaking OID arrays in git:// transport...
2024-08-22 Patrick Steinhardtt/helper: fix leaking multi-pack-indices in "read-midx"
2024-08-22 Patrick Steinhardtbuiltin/repack: fix leaks when computing packs to repack
2024-08-22 Patrick Steinhardtmidx-write: fix leaking hashfile on error cases
2024-08-22 Patrick Steinhardtbuiltin/archive: fix leaking `OPT_FILENAME()` value
2024-08-22 Patrick Steinhardtbuiltin/upload-archive: fix leaking args passed to...
2024-08-22 Patrick Steinhardtbuiltin/merge-tree: fix leaking `-X` strategy options
2024-08-22 Patrick Steinhardtpretty: fix leaking key/value separator buffer
2024-08-22 Patrick Steinhardtpretty: fix memory leaks when parsing pretty formats
2024-08-22 Patrick Steinhardtconvert: fix leaks when resetting attributes
2024-08-22 Patrick Steinhardtmailinfo: fix leaking header data
2024-08-22 D Harithammaexec_cmd: RUNTIME_PREFIX on z/OS systems
2024-08-22 Patrick Steinhardtreftable/generic: drop interface
2024-08-22 Patrick Steinhardtt/helper: refactor to not use `struct reftable_table`
2024-08-22 Patrick Steinhardtt/helper: use `hash_to_hex_algop()` to print hashes
2024-08-22 Patrick Steinhardtt/helper: inline printing of reftable records
2024-08-22 Patrick Steinhardtt/helper: inline `reftable_table_print()`
2024-08-22 Patrick Steinhardtt/helper: inline `reftable_stack_print_directory()`
2024-08-22 Patrick Steinhardtt/helper: inline `reftable_reader_print_file()`
2024-08-22 Patrick Steinhardtt/helper: inline `reftable_dump_main()`
2024-08-22 Patrick Steinhardtreftable/dump: drop unused `compact_stack()`
2024-08-22 Patrick Steinhardtreftable/generic: move generic iterator code into itera...
2024-08-22 Patrick Steinhardtreftable/iter: drop double-checking logic
2024-08-22 Patrick Steinhardtreftable/stack: open-code reading refs
2024-08-22 Patrick Steinhardtreftable/merged: stop using generic tables in the merge...
2024-08-22 Patrick Steinhardtreftable/merged: rename `reftable_new_merged_table()`
2024-08-22 Patrick Steinhardtreftable/merged: expose functions to initialize iterators
2024-08-21 Junio C HamanoThe seventh batch
2024-08-21 Junio C HamanoMerge branch 'jc/how-to-maintain-updates'
2024-08-21 Junio C HamanoMerge branch 'jk/apply-patch-mode-check-fix'
2024-08-21 Junio C HamanoMerge branch 'ps/bundle-outside-repo-fix'
2024-08-21 Junio C HamanoMerge branch 'jc/grammo-fixes'
2024-08-21 Junio C HamanoMerge branch 'ag/git-svn-global-ignores'
2024-08-21 Patrick Steinhardtbuiltin/maintenance: fix loose objects task emitting...
2024-08-21 Patrick Steinhardtt7900: exercise detaching via trace2 regions
2024-08-21 Chandra Pratapt-reftable-block: add tests for index blocks
2024-08-21 Chandra Pratapt-reftable-block: add tests for obj blocks
2024-08-21 Chandra Pratapt-reftable-block: add tests for log blocks
2024-08-21 Chandra Pratapt-reftable-block: remove unnecessary variable 'j'
2024-08-21 Chandra Pratapt-reftable-block: use xstrfmt() instead of xstrdup()
2024-08-21 Chandra Pratapt-reftable-block: use block_iter_reset() instead of...
2024-08-21 Chandra Pratapt-reftable-block: use reftable_record_key() instead...
2024-08-21 Chandra Pratapt-reftable-block: use reftable_record_equal() instead...
2024-08-21 Chandra Pratapt-reftable-block: release used block reader
2024-08-21 Chandra Pratapt: harmonize t-reftable-block.c with coding guidelines
2024-08-21 Chandra Pratapt: move reftable/block_test.c to the unit testing framework
2024-08-21 Matheus Tavaresrebase --exec: respect --quiet
2024-08-20 Junio C HamanoSync with 'maint' for Windows+VS build jobs used at CI
2024-08-20 Junio C HamanoMerge branch 'jk/midx-unused-fix'
2024-08-20 Junio C HamanoMerge branch 'js/ci-win-vs-build' into maint-2.46
2024-08-20 Junio C Hamanomailinfo: we parse fixed headers
2024-08-20 Junio C HamanoCodingGuidelines: spaces around C operators
2024-08-20 Junio C HamanoMerge branch 'ps/leakfixes-part-4' into ps/leakfixes...
2024-08-20 Ghanshyam Thakkart: migrate t0110-urlmatch-normalization to the new...
2024-08-20 Jeff Kingt-hashmap: stop calling setup() for t_intern() test
2024-08-20 Avi Halachmi... git-prompt: support custom 0-width PS1 markers
2024-08-20 Avi Halachmi... git-prompt: ta-da! document usage in other shells
2024-08-20 Avi Halachmi... git-prompt: don't use shell $'...'
2024-08-20 Avi Halachmi... git-prompt: add some missing quotes
2024-08-20 Avi Halachmi... git-prompt: replace [[...]] with standard code
2024-08-20 Avi Halachmi... git-prompt: don't use shell arrays
2024-08-20 Avi Halachmi... git-prompt: fix uninitialized variable
2024-08-20 Avi Halachmi... git-prompt: use here-doc instead of here-string
2024-08-20 Johannes Schindelinci(win+VS): download the vcpkg artifacts using a dedica...
2024-08-20 Johannes Schindelinci: bump microsoft/setup-msbuild from v1 to v2
2024-08-19 Junio C HamanoThe sixth batch
2024-08-19 Junio C HamanoMerge branch 'ps/transport-leakfix-test-updates'
2024-08-19 Junio C HamanoMerge branch 'tb/incremental-midx-part-1'
2024-08-19 Junio C HamanoMerge branch 'jc/tests-no-useless-tee'
2024-08-19 Junio C HamanoMerge branch 'rs/unit-tests-test-run'
2024-08-19 Patrick Steinhardtt7900: fix flaky test due to leaking background job
2024-08-17 Jacob Kellersend-email: teach git send-email option to translate...
2024-08-17 Jeff Kingscalar: mark unused parameters in dummy function
2024-08-17 Jeff Kingdaemon: mark unused parameters in non-posix fallbacks
2024-08-17 Jeff Kingsetup: mark unused parameter in config callback
2024-08-17 Jeff Kingtest-mergesort: mark unused parameters in trivial callback
2024-08-17 Jeff Kingt-hashmap: mark unused parameters in callback function
2024-08-17 Jeff Kingreftable: mark unused parameters in virtual functions
2024-08-17 Jeff Kingreftable: drop obsolete test function declarations
2024-08-17 Jeff Kingreftable: ignore unused argc/argv in test functions
2024-08-17 Jeff Kingunit-tests: ignore unused argc/argv
2024-08-17 Jeff Kingt/helper: mark more unused argv/argc arguments
next