]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
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-20  shejialuoref: add symlink ref content check for files backend
2024-11-20  shejialuoref: check whether the target of the symref is a ref
2024-11-20  shejialuoref: add basic symref content check for files backend
2024-11-20  shejialuoref: add more strict checks for regular refs
2024-11-20  shejialuoref: port git-fsck(1) regular refs check for files...
2024-11-20  shejialuoref: support multiple worktrees check for refs
2024-11-20  shejialuoref: initialize ref name outside of check functions
2024-11-20  shejialuoref: check the full refname instead of basename
2024-11-20  shejialuoref: initialize "fsck_ref_report" with zero
2024-11-20  Patrick Steinhardtreftable/block: optimize allocations by using scratch...
2024-11-20  Patrick Steinhardtreftable/block: rename `block_writer::buf` variable
2024-11-20  Patrick Steinhardtreftable/writer: optimize allocations by using a scratc...
2024-11-20  Patrick Steinhardtrefs: don't normalize log messages with `REF_SKIP_CREAT...
2024-11-20  Patrick Steinhardtrefs: skip collision checks in initial transactions
2024-11-20  Patrick Steinhardtrefs: use "initial" transaction semantics to migrate...
2024-11-20  Patrick Steinhardtrefs/files: support symbolic and root refs in initial...
2024-11-20  Patrick Steinhardtrefs: introduce "initial" transaction flag
2024-11-20  Patrick Steinhardtrefs/files: move logic to commit initial transaction
2024-11-20  Patrick Steinhardtrefs: allow passing flags when setting up a transaction
2024-11-20  Junio C HamanoSync with 'maint'
2024-11-20  Junio C HamanoThe tenth batch
2024-11-20  Junio C HamanoMerge branch 'la/trailer-info'
2024-11-20  Junio C HamanoMerge branch 'ja/git-add-doc-markup'
2024-11-20  Junio C HamanoMerge branch 'jt/repack-local-promisor'
2024-11-20  Junio C HamanoPrepare for 2.47.1
2024-11-20  Junio C HamanoMerge branch 'db/submodule-fetch-with-remote-name-fix...
2024-11-20  Junio C HamanoMerge branch 'ps/cache-tree-w-broken-index-entry' into...
2024-11-20  Junio C HamanoMerge branch 'ps/maintenance-start-crash-fix' into...
2024-11-20  Junio C HamanoMerge branch 'jk/fsmonitor-event-listener-race-fix...
2024-11-20  Junio C HamanoMerge branch 'ds/line-log-asan-fix' into maint-2.47
2024-11-20  Jonathan Tanindex-pack: teach --promisor to forbid pack name
2024-11-20  Patrick Steinhardtbuiltin/gc: provide hint when maintenance hits a stale...
2024-11-19  Jean-Noël Aviladoc: git-diff: apply format changes to config part
2024-11-19  Jean-Noël Aviladoc: git-diff: apply format changes to diff-generate...
2024-11-19  Jean-Noël Aviladoc: git-diff: apply format changes to diff-format
2024-11-19  Jean-Noël Aviladoc: git-diff: apply format changes to diff-options
2024-11-19  Jean-Noël Aviladoc: git-diff: apply new documentation guidelines
2024-11-19  Junio C HamanoMerge branch 'ps/reftable-detach' into ps/reftable...
2024-11-19  Patrick Steinhardtreftable/system: provide thin wrapper for lockfile...
2024-11-19  Patrick Steinhardtreftable/stack: drop only use of `get_locked_file_path()`
2024-11-19  Patrick Steinhardtreftable/system: provide thin wrapper for tempfile...
2024-11-19  Patrick Steinhardtreftable/stack: stop using `fsync_component()` directly
2024-11-19  Patrick Steinhardtreftable/system: stop depending on "hash.h"
2024-11-19  Patrick Steinhardtreftable: explicitly handle hash format IDs
2024-11-19  Patrick Steinhardtreftable/system: move "dir.h" to its only user
2024-11-19  Elijah Newrenfast-import: avoid making replace refs point to themselves
2024-11-18  Jeff Kingobject-file: inline empty tree and blob literals
2024-11-18  Jeff Kingobject-file: treat cached_object values as const
2024-11-18  Jeff Kingobject-file: drop oid field from find_cached_object...
2024-11-18  Jeff Kingobject-file: move empty_tree struct into find_cached_ob...
2024-11-18  Jeff Kingobject-file: drop confusing oid initializer of empty_tr...
2024-11-18  Jeff Kingobject-file: prefer array-of-bytes initializer for...
2024-11-18  Patrick SteinhardtMakefile: let clar header targets depend on their scripts
2024-11-18  Patrick Steinhardtcmake: use verbatim arguments when invoking clar commands
2024-11-18  Patrick Steinhardtcmake: use SH_EXE to execute clar scripts
2024-11-18  Patrick Steinhardtt/unit-tests: convert "clar-generate.awk" into a shell...
2024-11-18  Kristoffer... Documentation/git-bundle.txt: discuss naïve backups
2024-11-18  Kristoffer... Documentation/git-bundle.txt: mention --all in spec...
2024-11-18  Kristoffer... Documentation/git-bundle.txt: remove old `--all` example
2024-11-18  Kristoffer... Documentation/git-bundle.txt: mention full backup example
2024-11-18  brian m. carlsonreflog: rename unreachable
2024-11-18  brian m. carlsonindex-pack: rename struct thread_local
2024-11-18  Kristoffer... Documentation/glossary: describe "trailer"
2024-11-15  Junio C HamanoClean up RelNotes for 2.48
2024-11-15  brian m. carlsonAllow cloning from repositories owned by another user
2024-11-15  Taylor Blaupack-objects: only perform verbatim reuse on the prefer...
2024-11-15  Taylor Blaut5332-multi-pack-reuse.sh: demonstrate duplicate packin...
2024-11-14  Karthik Nayakrefs: don't invoke reference-transaction hook for reflogs
2024-11-14  Jeff Kingtest-lib: move malloc-debug setup after $PATH setup
2024-11-12  Junio C HamanoThe ninth batch
2024-11-12  Junio C HamanoMerge branch 'ps/mingw-rename'
2024-11-12  Junio C HamanoMerge branch 'jt/commit-graph-missing'
2024-11-12  Junio C HamanoMerge branch 'en/shallow-exclude-takes-a-ref-fix'
2024-11-12  Junio C HamanoMerge branch 'ak/t1016-style'
2024-11-12  Junio C HamanoMerge branch 'ps/leakfixes-part-9'
2024-11-12  Simon Marchibuiltin/difftool: intialize some hashmap variables
2024-11-12  Jeff Kingrefspec: store raw refspecs inside refspec_item
next