]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-11-20  Patrick Steinhardttest-lib: unconditionally enable leak checking
2024-11-20  Patrick Steinhardtt: remove unneeded !SANITIZE_LEAK prerequisites
2024-11-20  Patrick Steinhardtt: mark some tests as leak free
2024-11-20  Patrick Steinhardtt5601: work around leak sanitizer issue
2024-11-20  Patrick Steinhardtgit-compat-util: drop now-unused `UNLEAK()` macro
2024-11-20  Patrick Steinhardtglobal: drop `UNLEAK()` annotation
2024-11-20  Patrick Steinhardtt/helper: fix leaking commit graph in "read-graph"...
2024-11-20  Patrick Steinhardtbuiltin/branch: fix leaking sorting options
2024-11-20  Patrick Steinhardtbuiltin/init-db: fix leaking directory paths
2024-11-20  Patrick Steinhardtbuiltin/help: fix leaks in `check_git_cmd()`
2024-11-20  Patrick Steinhardthelp: fix leaking return value from `help_unknown_cmd()`
2024-11-20  Patrick Steinhardthelp: fix leaking `struct cmdnames`
2024-11-20  Patrick Steinhardthelp: refactor to not use globals for reading config
2024-11-20  Patrick Steinhardtbuiltin/sparse-checkout: fix leaking sanitized patterns
2024-11-20  Patrick Steinhardtsplit-index: fix memory leak in `move_cache_to_base_ind...
2024-11-20  Patrick Steinhardtgit: refactor builtin handling to use a `struct strvec`
2024-11-20  Patrick Steinhardtgit: refactor alias handling to use a `struct strvec`
2024-11-20  Patrick Steinhardtstrvec: introduce new `strvec_splice()` function
2024-11-20  Patrick Steinhardtline-log: fix leak when rewriting commit parents
2024-11-20  Patrick Steinhardtbisect: fix various cases where we leak commit list...
2024-11-20  Patrick Steinhardtbisect: fix leaking commit list items in `check_merge_b...
2024-11-20  Patrick Steinhardtbisect: fix multiple leaks in `bisect_next_all()`
2024-11-20  Patrick Steinhardtbisect: fix leaking `current_bad_oid`
2024-11-20  Patrick Steinhardtbisect: fix leaking string in `handle_bad_merge_base()`
2024-11-20  Patrick Steinhardtbisect: fix leaking good/bad terms when reading multipe...
2024-11-20  Patrick Steinhardtbuiltin/blame: fix leaking blame entries with `--increm...
2024-11-07  Junio C HamanoMerge branch 'ps/leakfixes-part-9' into ps/leakfixes...
2024-11-05  Patrick Steinhardtlist-objects-filter-options: work around reported leak...
2024-11-05  Patrick Steinhardtbuiltin/merge: release output buffer after performing...
2024-11-05  Patrick Steinhardtdir: fix leak when parsing "status.showUntrackedFiles"
2024-11-05  Patrick Steinhardtt/helper: fix leaking buffer in "dump-untracked-cache"
2024-11-05  Patrick Steinhardtt/helper: stop re-initialization of `the_repository`
2024-11-05  Patrick Steinhardtsparse-index: correctly free EWAH contents
2024-11-05  Patrick Steinhardtdir: release untracked cache data
2024-11-05  Patrick Steinhardtcombine-diff: fix leaking lost lines
2024-11-05  Patrick Steinhardtbuiltin/tag: fix leaking key ID on failure to sign
2024-11-05  Patrick Steinhardttransport-helper: fix leaking import/export marks
2024-11-05  Patrick Steinhardtbuiltin/commit: fix leaking cleanup config
2024-11-05  Patrick Steinhardttrailer: fix leaking strbufs when formatting trailers
2024-11-05  Patrick Steinhardttrailer: fix leaking trailer values
2024-11-05  Patrick Steinhardtbuiltin/commit: fix leaking change data contents
2024-11-05  Patrick Steinhardtupload-pack: fix leaking URI protocols
2024-11-05  Patrick Steinhardtpretty: clear signature check
2024-11-05  Patrick Steinhardtdiff-lib: fix leaking diffopts in `do_diff_cache()`
2024-11-05  Patrick Steinhardtrevision: fix leaking bloom filters
2024-11-05  Patrick Steinhardtbuiltin/grep: fix leak with `--max-count=0`
2024-11-05  Patrick Steinhardtgrep: fix leak in `grep_splice_or()`
2024-11-05  Patrick Steinhardtt/helper: fix leaks in "reach" test tool
2024-11-05  Patrick Steinhardtbuiltin/ls-remote: plug leaking server options
2024-11-01  Taylor BlauThe seventh batch
2024-11-01  Taylor BlauMerge branch 'jk/dumb-http-finalize'
2024-11-01  Taylor BlauMerge branch 'kh/update-ref'
2024-11-01  Taylor BlauMerge branch 'ak/more-typofixes'
2024-11-01  Taylor BlauMerge branch 'rs/grep-lookahead'
2024-11-01  Taylor BlauMerge branch 'ak/t1016-cleanup'
2024-11-01  Taylor BlauMerge branch 'ua/atoi'
2024-11-01  Taylor BlauMerge branch 'sa/notes-edit'
2024-11-01  Taylor BlauMerge branch 'sk/t9101-cleanup'
2024-11-01  Taylor BlauMerge branch 'ss/duplicate-typos'
2024-11-01  Taylor BlauMerge branch 'ps/upload-pack-doc'
2024-11-01  Taylor BlauMerge branch 'kh/mv-breakage'
2024-11-01  Taylor BlauMerge branch 'rj/cygwin-exit'
2024-11-01  Taylor BlauMerge branch 'ua/t3404-cleanup'
2024-11-01  Taylor BlauMerge branch 'ps/platform-compat-fixes'
2024-11-01  Taylor BlauMerge branch 'jc/breaking-changes-early-adopter-option'
2024-10-30  Taylor BlauThe sixth batch
2024-10-30  Taylor BlauMerge branch 'sk/t7011-cleanup'
2024-10-30  Taylor BlauMerge branch 'co/t6050-pipefix'
2024-10-30  Taylor BlauMerge branch 'ks/t4205-fixup'
2024-10-30  Taylor BlauMerge branch 'kh/submitting-patches'
2024-10-30  Taylor BlauMerge branch 'ps/ref-filter-sort'
2024-10-30  Taylor BlauMerge branch 'ps/reftable-strbuf'
2024-10-28  Patrick Steinhardtt6006: fix prereq handling with `test_format ()`
2024-10-25  Jeff Kingpackfile: use oidread() instead of hashcpy() to fill...
2024-10-25  Jeff Kingpackfile: use object_id in find_pack_entry_one()
2024-10-25  Jeff Kingpackfile: convert find_sha1_pack() to use object_id
2024-10-25  Jeff Kinghttp-walker: use object_id instead of bare hash
2024-10-25  Jeff Kingpackfile: warn people away from parse_packed_git()
2024-10-25  Jeff Kingpackfile: drop sha1_pack_index_name()
2024-10-25  Jeff Kingpackfile: drop sha1_pack_name()
2024-10-25  Jeff Kingpackfile: drop has_pack_index()
2024-10-25  Jeff Kingdumb-http: store downloaded pack idx as tempfile
2024-10-25  Jeff Kingt5550: count fetches in "previously-fetched .idx" test
2024-10-25  Jeff Kingmidx: avoid duplicate packed_git entries
2024-10-25  Taylor BlauThe fifth batch
2024-10-25  Taylor BlauMerge branch 'wm/shortlog-hash'
2024-10-25  Taylor BlauMerge branch 'sk/msvc-warnings'
2024-10-25  Taylor BlauMerge branch 'jc/a-commands-without-the-repo'
2024-10-25  Taylor BlauMerge branch 'pb/clar-build-fix'
2024-10-25  Taylor BlauMerge branch 'bf/t-readme-mention-reftable'
2024-10-25  Taylor BlauMerge branch 'ak/typofix'
2024-10-25  Taylor BlauMerge branch 'ak/typofixes'
2024-10-25  Taylor BlauMerge branch 'ps/ci-gitlab-windows'
2024-10-25  Taylor BlauMerge branch 'db/submodule-fetch-with-remote-name-fix'
2024-10-24  Usman Akinyemiimap: replace atoi() with strtol_i() for UIDVALIDITY...
2024-10-24  Usman Akinyemimerge: replace atoi() with strtol_i() for marker size...
2024-10-24  Usman Akinyemidaemon: replace atoi() with strtoul_ui() and strtol_i()
2024-10-24  Andrew Kreimert: fix typos
2024-10-23  Kristoffer... t7001: add failure test which triggers assertion
2024-10-23  Seyi Kuforijit9101: ensure no whitespace after redirect
next