]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2026-06-05  Junio C HamanoMerge branch 'ps/odb-source-loose' into ps/odb-source...
2026-06-05  Patrick Steinhardtsetup: construct object database in `apply_repository_f...
2026-06-05  Patrick Steinhardtrepository: stop reading loose object map twice on...
2026-06-05  Patrick Steinhardtsetup: stop initializing object database without repository
2026-06-05  Patrick Steinhardtsetup: stop creating the object database in `setup_git_...
2026-06-05  Patrick Steinhardtrepository: stop initializing the object database in...
2026-06-05  Patrick Steinhardtsetup: deduplicate logic to apply repository format
2026-06-05  Patrick Steinhardtsetup: drop `setup_git_env()`
2026-06-05  Patrick Steinhardtt0001: plug test gaps for git-init(1) with GIT_OBJECT_D...
2026-06-05  Patrick Steinhardtt: let prove fail when parsing invalid TAP output
2026-06-05  Patrick Steinhardtt/lib-git-p4: silence output when killing p4d and its...
2026-06-05  Patrick Steinhardtt/test-lib: silence EBUSY errors on Windows during...
2026-06-05  Patrick Steinhardtt7810: turn MB_REGEX check into a lazy prereq
2026-06-05  Patrick Steinhardtt7527: fix broken TAP output
2026-06-05  Patrick Steinhardtci: unify Linux images across GitLab and GitHub
2026-06-05  Patrick Steinhardtgitlab-ci: add missing Linux jobs
2026-06-05  Patrick Steinhardtgitlab-ci: rearrange Linux jobs to match GitHub's order
2026-06-02  Harald Nordgrenconfig: improve diagnostic for "set" with missing value
2026-06-02  Harald Nordgrenconfig: add git_config_key_is_valid() for quiet validation
2026-06-02  Mirko Fainarevision.c: implement --max-count-oldest
2026-06-02  Olamide Caleb... environment: move "warn_on_object_refname_ambiguity...
2026-06-02  Olamide Caleb... environment: move "sparse_expect_files_outside_of_patte...
2026-06-02  Olamide Caleb... environment: move "core_sparse_checkout_cone" into...
2026-06-02  Olamide Caleb... environment: move "precomposed_unicode" into `struct...
2026-06-02  Olamide Caleb... environment: move "pack_compression_level" into `struct...
2026-06-02  Olamide Caleb... environment: move `zlib_compression_level` into `struct...
2026-06-02  Olamide Caleb... environment: move "check_stat" into `struct repo_config...
2026-06-02  Olamide Caleb... environment: move "trust_ctime" into `struct repo_confi...
2026-06-02  Mark Levedahlgit-gui: add gui and pick as explicit subcommands
2026-06-02  Mark Levedahlgit-gui: check browser/blame arguments carefully
2026-06-02  Mark Levedahlgit-gui: allow specifying path '.' to the browser
2026-06-02  Mark Levedahlgit-gui: try harder to find worktree from gitdir
2026-06-02  Mark Levedahlgit-gui: simplify [is_bare] to report if a worktree...
2026-06-02  Mark Levedahlgit-gui: use git rev-parse for worktree discovery
2026-06-02  Mark Levedahlgit-gui: use rev-parse exclusively to find a repository
2026-06-02  Mark Levedahlgit-gui: use --absolute-git-dir
2026-06-02  Mark Levedahlgit-gui: do not change global vars in choose_repository...
2026-06-02  Mark Levedahlgit-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
2026-06-02  Junio C HamanoSubmittingPatches: describe cover letter
2026-06-02  Junio C HamanoSubmittingPatches: separate typofixes section
2026-06-02  Luna Schwalbedoc: document and test `@` prefix for raw timestamps
2026-06-02  Harald Nordgrenconfig.mak.uname: avoid macOS linker warning on Xcode...
2026-06-02  Junio C HamanoThe 11th batch
2026-06-02  Junio C HamanoMerge branch 'kh/doc-hook'
2026-06-02  Junio C HamanoMerge branch 'ds/path-walk-filters'
2026-06-02  Junio C HamanoMerge branch 'ta/approxidate-noon-fix'
2026-06-02  Junio C HamanoMerge branch 'jk/connect-service-enum'
2026-06-02  Jacob Kellerdescribe: fix --exclude, --match with --contains and...
2026-06-02  Arijit Banerjeeindex-pack: retain child bases in delta cache
2026-06-01  LorenzoPegorarihttp: fix memory leak in fetch_and_setup_pack_index()
2026-06-01  LorenzoPegorarihttp: cleanup function fetch_and_setup_pack_index()
2026-06-01  Michael Montalbosub-process: use gentle handshake to avoid die() on...
2026-06-01  Patrick Steinhardtodb/source-loose: drop pointer to the "files" source
2026-06-01  Patrick Steinhardtodb/source-loose: stub out remaining callbacks
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `write_object_stream()` callback
2026-06-01  Patrick Steinhardtobject-file: refactor writing objects to use loose...
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `write_object()` callback
2026-06-01  Patrick Steinhardtloose: refactor object map to operate on `struct odb_so...
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `freshen_object()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: drop `odb_source_loose_has_object()`
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `count_objects()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `find_abbrev_len()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `for_each_object()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `read_object_stream()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `read_object_info()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `close()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: wire up `reprepare()` callback
2026-06-01  Patrick Steinhardtodb/source-loose: start converting to a proper `struct...
2026-06-01  Patrick Steinhardtodb/source-loose: store pointer to "files" instead...
2026-06-01  Patrick Steinhardtodb/source-loose: move loose source into "odb/" subsystem
2026-06-01  Johannes Sixtgit-gui: remove unnecessary 'cd $_gitworktree' from...
2026-06-01  Mark Levedahlgit-gui: use HEAD as current branch when detached
2026-05-31  Junio C HamanoThe 10th batch
2026-05-31  Junio C HamanoMerge branch 'sp/doc-range-diff-takes-notes'
2026-05-31  Junio C HamanoMerge branch 'ps/gitlab-ci-macOS-improvements'
2026-05-31  Junio C HamanoMerge branch 'pt/fsmonitor-linux'
2026-05-31  Junio C HamanoMerge branch 'sa/cat-file-batch-mailmap-switch'
2026-05-31  Junio C HamanoMerge branch 'ps/graph-lane-limit'
2026-05-31  Junio C HamanoMerge branch 'jk/commit-graph-lazy-load-fallback'
2026-05-31  Junio C HamanoMerge branch 'jr/bisect-custom-terms-in-output'
2026-05-31  Junio C HamanoMerge branch 'tc/generate-configlist-fix-for-older...
2026-05-31  Junio C HamanoMerge branch 'kk/tips-reachable-from-bases-optim'
2026-05-31  Junio C HamanoMerge branch 'ed/check-connected-close-err-fd'
2026-05-31  Junio C HamanoMerge branch 'ed/check-connected-close-err-fd-2.53'
2026-05-30  Junio C HamanoMerge branch 'ds/path-walk-filters' into tb/pack-path...
2026-05-29  Weijie Yuandocs: fix typos and grammar
2026-05-29  Sebastien Tardifdaemon: guard NULL REMOTE_PORT in execute() logging
2026-05-29  Sebastien Tardifdaemon: fix IPv6 address truncation in ip2str()
2026-05-29  Sebastien Tardifdaemon: fix IPv6 address corruption in lookup_hostname()
2026-05-29  Michael Montalboline-log: allow non-patch diff formats with -L
2026-05-29  Michael Montalboline-log: integrate -L output with the standard log...
2026-05-29  Michael Montalborevision: move -L setup before output_format-to-diff...
2026-05-29  Michael Montalbodoc: clarify that --word-diff operates on line-level...
2026-05-28  Kristofer Karlssont3070: skip ls-files tests with backslash patterns...
2026-05-28  Kristoffer... commit: remove deprecated functions
2026-05-28  Kristoffer... *: replace deprecated free_commit_list
2026-05-27  Kristofer Karlssonrevision: use priority queue for non-limited streaming...
2026-05-27  Kristofer Karlssonrevision: introduce rev_walk_mode to clarify get_revisi...
2026-05-27  Kristofer Karlssonpack-objects: call release_revisions() after cruft...
2026-05-27  Taylor Blaupack-bitmap: build pseudo-merge bitmaps after regular...
next