]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2024-09-27  Patrick Steinhardtsubmodule: fix leaking submodule ODB paths
2024-09-27  Patrick Steinhardttrace2: destroy context stored in thread-local storage
2024-09-27  Patrick Steinhardtbuiltin/difftool: plug several trivial memory leaks
2024-09-27  Patrick Steinhardtbuiltin/repack: fix leaking configuration
2024-09-27  Patrick Steinhardtdiffcore-order: fix leaking buffer when parsing orderfiles
2024-09-27  Patrick Steinhardtparse-options: free previous value of `OPTION_FILENAME`
2024-09-27  Patrick Steinhardtdiff: fix leaking orderfile option
2024-09-27  Patrick Steinhardtbuiltin/pull: fix leaking "ff" option
2024-09-27  Patrick Steinhardtdir: fix off by one errors for ignored and untracked...
2024-09-27  Patrick Steinhardtbuiltin/submodule--helper: fix leaking remote ref on...
2024-09-27  Patrick Steinhardtt/helper: fix leaking subrepo in nested submodule confi...
2024-09-27  Patrick Steinhardtbuiltin/submodule--helper: fix leaking error buffer
2024-09-27  Patrick Steinhardtbuiltin/submodule--helper: clear child process when...
2024-09-27  Patrick Steinhardtsubmodule: fix leaking update strategy
2024-09-27  Patrick Steinhardtgit: fix leaking argv when handling builtins
2024-09-27  Patrick Steinhardtbuiltin/help: fix leaking `html_path` when reading...
2024-09-27  Patrick Steinhardtbuiltin/help: fix dangling reference to `html_path`
2024-09-26  Junio C Hamanohowto-maintain-git: discarding inactive topics
2024-09-26  Junio C HamanoGit 2.47-rc0 v2.47.0-rc0
2024-09-26  Junio C HamanoMerge branch 'jk/sendemail-mailmap-doc'
2024-09-26  Junio C HamanoMerge branch 'rs/diff-exit-code-binary'
2024-09-26  Junio C HamanoMerge branch 'cb/ci-freebsd-13-4'
2024-09-26  Junio C HamanoMerge branch 'ak/doc-sparse-co-typofix'
2024-09-26  Junio C HamanoMerge branch 'ak/typofix-builtins'
2024-09-25  Junio C HamanoThe 21st batch
2024-09-25  Junio C HamanoMerge branch 'jc/cmake-unit-test-updates'
2024-09-25  Junio C HamanoMerge branch 'ps/ci-gitlab-upgrade'
2024-09-25  Junio C HamanoMerge branch 'ak/refs-symref-referent-typofix'
2024-09-25  Junio C HamanoMerge branch 'ak/typofix-2.46-maint'
2024-09-25  Junio C HamanoMerge branch 'ps/reftable-exclude'
2024-09-25  Junio C HamanoMerge branch 'ps/apply-leakfix'
2024-09-25  Jeff Kinghttp-push: clean up local_refs at exit
2024-09-25  Jeff Kinghttp-push: clean up loose request when falling back...
2024-09-25  Jeff Kinghttp-push: clean up objects list
2024-09-25  Jeff Kinghttp-push: free xml_ctx.cdata after use
2024-09-25  Jeff Kinghttp-push: free remote_ls_ctx.dentry_name
2024-09-25  Jeff Kinghttp-push: free transfer_request strbuf
2024-09-25  Jeff Kinghttp-push: free transfer_request dest field
2024-09-25  Jeff Kinghttp-push: free curl header lists
2024-09-25  Jeff Kinghttp-push: free repo->url string
2024-09-25  Jeff Kinghttp-push: clear refspecs before exiting
2024-09-25  Jeff Kinghttp-walker: free fake packed_git list
2024-09-25  Jeff Kingremote-curl: free HEAD ref with free_one_ref()
2024-09-25  Jeff Kinghttp: stop leaking buffer in http_get_info_packs()
2024-09-25  Jeff Kinghttp: call git_inflate_end() when releasing http_object...
2024-09-25  Jeff Kinghttp: fix leak of http_object_request struct
2024-09-25  Jeff Kinghttp: fix leak when redacting cookies from curl trace
2024-09-25  Jeff Kingtransport-helper: fix leak of dummy refs_list
2024-09-25  Jeff Kingfetch-pack: clear pack lockfiles list
2024-09-25  Jeff Kingfetch: free "raw" string when shrinking refspec
2024-09-25  Jeff Kingtransport-helper: fix strbuf leak in push_refs_with_push()
2024-09-25  Jeff Kingsend-pack: free cas options before exit
2024-09-25  Jeff Kingcommit: avoid leaking already-saved buffer
2024-09-25  Jeff Kingfetch-pack, send-pack: clean up shallow oid array
2024-09-25  Jeff Kingfetch-pack: free object filter before exiting
2024-09-25  Jeff Kingconnect: clear child process before freeing in diagnost...
2024-09-25  Patrick Steinhardtfetch-pack: fix leaking sought refs
2024-09-25  Patrick Steinhardtshallow: fix leak when unregistering last shallow root
2024-09-25  Patrick Steinhardthttp-fetch: clear leaking git-index-pack(1) arguments
2024-09-25  Jeff Kingtest-lib: check for leak logs after every test
2024-09-25  Jeff Kingtest-lib: show leak-sanitizer logs on --immediate failure
2024-09-25  Jeff Kingtest-lib: stop showing old leak logs
2024-09-25  Jacob Kellersend-email: document --mailmap and associated configuration
2024-09-24  Andrew Kreimerbuiltin: fix typos
2024-09-24  Jean-Noël Aviladoc: apply synopsis simplification on git-clone and...
2024-09-24  Jean-Noël Aviladoc: update the guidelines to reflect the current forma...
2024-09-24  Jean-Noël Aviladoc: introduce a synopsis typesetting
2024-09-24  Patrick Steinhardtrefs/reftable: reload locked stack when preparing trans...
2024-09-24  Patrick Steinhardtreftable/stack: allow locking of outdated stacks
2024-09-24  Patrick Steinhardtrefs/reftable: introduce "reftable.lockTimeout"
2024-09-24  Patrick Steinhardtconfig: fix evaluating "onbranch" with nonexistent...
2024-09-24  Patrick Steinhardtt1305: exercise edge cases of "onbranch" includes
2024-09-23  Derrick Stoleesparse-checkout: disable advice in 'disable'
2024-09-23  Andrew KreimerDocumentation: fix typos
2024-09-23  Andrew KreimerDocumentation/config: fix typos
2024-09-23  Andrew KreimerDocumentation/technical: fix a typo
2024-09-23  Junio C HamanoThe 20th batch
2024-09-23  Junio C HamanoMerge branch 'jc/pass-repo-to-builtins'
2024-09-23  Junio C HamanoMerge branch 'jk/t9001-deflake'
2024-09-23  Junio C HamanoMerge branch 'jk/jump-quickfix-fixes'
2024-09-23  Junio C HamanoMerge branch 'ak/typofixes'
2024-09-23  Junio C HamanoMerge branch 'jk/diag-unexpected-remote-helper-death'
2024-09-23  Junio C HamanoMerge branch 'jc/t5512-sigpipe-fix'
2024-09-23  Junio C HamanoMerge branch 'ps/environ-wo-the-repository'
2024-09-23  Junio C HamanoSync with Git 2.46.2
2024-09-23  Junio C HamanoGit 2.46.2 v2.46.2
2024-09-23  Junio C HamanoMerge branch 'ma/test-libcurl-prereq' into maint-2.46
2024-09-23  Junio C HamanoMerge branch 'jc/doc-skip-fetch-all-and-prefetch' into...
2024-09-23  Junio C HamanoMerge branch 'bl/trailers-and-incomplete-last-line...
2024-09-23  Junio C HamanoMerge branch 'rj/cygwin-has-dev-tty' into maint-2.46
2024-09-23  Junio C HamanoMerge branch 'rs/diff-exit-code-fix' into maint-2.46
2024-09-23  Eric Sunshineworktree: repair copied repository and linked worktrees
2024-09-23  René Scharfecommit-graph: remove unnecessary UNLEAK
2024-09-23  René Scharfearchive: load index before pathspec checks
2024-09-23  René Scharfediff: report modified binary files as changes in builti...
2024-09-20  Derrick Stoleescalar: configure maintenance during 'reconfigure'
2024-09-20  Derrick Stoleemaintenance: add custom config to background jobs
2024-09-20  Derrick Stoleecredential: add new interactive config option
2024-09-20  Carlo Marcelo... ci: update FreeBSD image to 13.4
2024-09-20  Phillip Woodsubmodule status: propagate SIGPIPE
next