]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `verify_non_filen...
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `verify_filename()`
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `path_inside_repo()`
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `prefix_path()`
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `is_inside_work_t...
2026-05-19  Patrick Steinhardtsetup: stop using `the_repository` in `is_inside_git_dir()`
2026-05-19  Patrick Steinhardtsetup: replace use of `the_repository` in static functions
2026-05-19  Jeff Kingconnect: use "service" enum for "name" argument
2026-05-19  Jeff Kingquote: simplify internals of dequoting
2026-05-19  Jeff Kingquote: drop sq_dequote_to_argv()
2026-05-19  Jeff Kingquote.h: bump strvec forward declaration to the top
2026-05-19  Junio C HamanoThe 4th batch
2026-05-19  Junio C HamanoMerge branch 'sj/submodule-update-clone-config-fix'
2026-05-19  Junio C HamanoMerge branch 'rs/sideband-clear-line-before-print'
2026-05-19  Junio C HamanoMerge branch 'ag/rebase-update-refs-limit-to-branches'
2026-05-19  Junio C HamanoMerge branch 'kh/doc-restore-double-underscores-fix'
2026-05-19  Junio C HamanoMerge branch 'kh/doc-commit-graph'
2026-05-19  Junio C HamanoMerge branch 'kh/name-rev-custom-format'
2026-05-19  Junio C HamanoMerge branch 'sg/t6112-unwanted-tilde-expansion-fix'
2026-05-19  Junio C HamanoMerge branch 'en/xdiff-cleanup-3'
2026-05-19  Junio C HamanoMerge branch 'mc/http-emptyauth-negotiate-fix'
2026-05-19  René Scharfeuse __builtin_add_overflow() in st_add() with Clang
2026-05-19  René Scharfestrbuf: use st_add3() in strbuf_grow()
2026-05-17  Karthik Nayakrefs/files: skip lock files during consistency checks
2026-05-17  Junio C HamanoThe 3rd batch
2026-05-17  Junio C HamanoMerge branch 'rs/grep-column-only-match-fix'
2026-05-17  Junio C HamanoMerge branch 'hn/git-checkout-m-with-stash'
2026-05-17  Junio C HamanoMerge branch 'pw/rename-to-get-current-worktree'
2026-05-17  Junio C HamanoMerge branch 'mf/format-patch-cover-letter-format-docfix'
2026-05-17  Junio C HamanoMerge branch 'en/ort-cached-rename-with-trivial-resolution'
2026-05-17  Junio C HamanoMerge branch 'ss/t7004-unhide-git-failures'
2026-05-17  Junio C HamanoMerge branch 'en/backfill-fixes-and-edges'
2026-05-17  Pushkar Singhstash: add coverage for show --include-untracked
2026-05-17  Kristofer Karlssont6600: add tests for duplicate tips in tips_reachable_f...
2026-05-17  Kristofer Karlssoncommit-reach: use object flags for tips_reachable_from_...
2026-05-16  Philippe Blaindiff-format.adoc: mode and hash are 0* for unmerged...
2026-05-16  Philippe Blaindiff-format.adoc: 'git diff-files' prints two lines...
2026-05-16  Philippe Blaindiff-format.adoc: remove mention of diff-tree specific...
2026-05-16  Toon Claesgenerate-configlist: collapse depfile for older Ninja
2026-05-16  Junio C HamanoMerge branch 'ed/check-connected-close-err-fd-2.53...
2026-05-16  Ethan Dicksonconnected: close err_fd in promisor fast-path
2026-05-16  René Scharfetrailer: change strbuf in-place in unfold_value()
2026-05-16  Jeff Kingcommit: handle large commit messages in utf8 verification
2026-05-16  Jeff Kingapply: plug leak on "patch too large" error
2026-05-14  Patrick Steinhardtt/unit-tests: add tests for the in-memory object source
2026-05-14  Patrick Steinhardtodb: generic in-memory source
2026-05-14  Patrick Steinhardtodb/source-inmemory: stub out remaining functions
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `freshen_object()` callback
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `count_objects()` callback
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `find_abbrev_len()`...
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `for_each_object()`...
2026-05-14  Patrick Steinhardtodb/source-inmemory: convert to use oidtree
2026-05-14  Patrick Steinhardtoidtree: add ability to store data
2026-05-14  Patrick Steinhardtcbtree: allow using arbitrary wrapper structures for...
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `write_object_stream...
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `write_object()` callback
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `read_object_stream...
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `read_object_info()...
2026-05-14  Patrick Steinhardtodb: fix unnecessary call to `find_cached_object()`
2026-05-14  Patrick Steinhardtodb/source-inmemory: implement `free()` callback
2026-05-14  Patrick Steinhardtodb: introduce "in-memory" source
2026-05-14  Junio C HamanoMerge branch 'jt/odb-transaction-write' into ps/odb...
2026-05-14  Justin Toblerodb/transaction: make `write_object_stream()` pluggable
2026-05-14  Justin Toblerobject-file: generalize packfile writes to use odb_writ...
2026-05-14  Justin Toblerobject-file: avoid fd seekback by checking object size...
2026-05-14  Justin Toblerobject-file: remove flags from transaction packfile...
2026-05-14  Justin Toblerodb: update `struct odb_write_stream` read() callback
2026-05-14  Justin Toblerodb/transaction: use pluggable `begin_transaction()`
2026-05-14  Justin Toblerodb: split `struct odb_transaction` into separate header
2026-05-14  Kristofer Karlssonrevision: use priority queue in limit_list()
2026-05-14  Elijah Newrengrep: prefetch necessary blobs
2026-05-14  Elijah Newrenbuiltin/log: prefetch necessary blobs for `git cherry`
2026-05-14  Elijah Newrenpatch-ids.h: add missing trailing parenthesis in docume...
2026-05-14  Elijah Newrenpromisor-remote: document caller filtering contract
2026-05-14  Jonas Rebmannrev-parse: use selected alternate terms to look up...
2026-05-14  Jonas Rebmannbisect: print bisect terms in single quotes
2026-05-14  Jonas Rebmannbisect: use selected alternate terms in status output
2026-05-14  René Scharfehex: add and use strbuf_add_oid_hex()
2026-05-13  Patrick Steinhardtrun-command: honor "gc.auto" for auto-maintenance
2026-05-13  Patrick Steinhardtbuiltin/maintenance: fix locking with "--detach"
2026-05-13  Junio C HamanoMerge branch 'ps/clang-w-glibc-2.43-and-_Generic'
2026-05-13  D. Ben Knobleignore: note info/exclude lives in GIT_COMMON_DIR,...
2026-05-13  Michael Montalboparse-options: clarify what "negated" means for PARSE_O...
2026-05-13  Michael Montalboxdiff: guard against negative context lengths
2026-05-13  Michael Montalbodiff: reject negative values for -U/--unified
2026-05-13  Michael Montalbodiff: reject negative values for --inter-hunk-context
2026-05-13  Jeff Kinghttp: handle absolute-path alternates from server root
2026-05-13  Jeff Kingpretty: drop strbuf pre-sizing from add_rfc2047()
2026-05-12  René Scharfels-tree: use strbuf_add_uint()
2026-05-12  René Scharfels-files: use strbuf_add_uint()
2026-05-12  René Scharfecat-file: use strbuf_add_uint()
2026-05-12  René Scharfestrbuf: add strbuf_add_uint()
2026-05-12  Kristofer Karlssonmerge: use repo_in_merge_bases for octopus up-to-date...
2026-05-12  Junio C HamanoThe second batch
2026-05-12  Junio C HamanoMerge branch 'js/maintenance-fix-deadlock-on-win10'
2026-05-12  Junio C HamanoMerge branch 'jc/t5551-fix-expensive'
2026-05-12  Junio C HamanoMerge branch 'js/t5564-socks-use-short-path'
2026-05-12  Junio C HamanoMerge branch 'js/ci-github-actions-update'
2026-05-12  Junio C HamanoMerge branch 'jk/revert-aa-reap-transport-child-processes'
2026-05-12  Taylor Blaupack-bitmap: prevent pattern leak on pseudo-merge re...
next