]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2026-01-12  Patrick Steinhardtbuiltin/fsck: drop `fsck_head_link()`
2026-01-12  Patrick Steinhardtbuiltin/fsck: move generic HEAD check into `refs_fsck()`
2026-01-12  Patrick Steinhardtbuiltin/fsck: move generic object ID checks into `refs_...
2026-01-12  Patrick Steinhardtrefs/reftable: introduce generic checks for refs
2026-01-12  Patrick Steinhardtrefs/reftable: fix consistency checks with worktrees
2026-01-12  Patrick Steinhardtrefs/reftable: extract function to retrieve backend...
2026-01-12  Patrick Steinhardtrefs/reftable: adapt includes to become consistent
2026-01-12  Patrick Steinhardtrefs/files: introduce function to perform normal ref...
2026-01-12  Patrick Steinhardtrefs/files: extract generic symref target checks
2026-01-12  Patrick Steinhardtfsck: drop unused fields from `struct fsck_ref_report`
2026-01-12  Patrick Steinhardtrefs/files: perform consistency checks for root refs
2026-01-12  Patrick Steinhardtrefs/files: improve error handling when verifying symrefs
2026-01-12  Patrick Steinhardtrefs/files: extract function to check single ref
2026-01-12  Patrick Steinhardtrefs/files: remove useless indirection
2026-01-12  Patrick Steinhardtrefs/files: remove `refs_check_dir` parameter
2026-01-12  Patrick Steinhardtrefs/files: move fsck functions into global scope
2026-01-12  Patrick Steinhardtrefs/files: simplify iterating through root refs
2026-01-12  Patrick Steinhardtpackfile: drop repository parameter from `packed_object...
2026-01-12  Patrick Steinhardtpackfile: skip unpacking object header for disk size...
2026-01-12  Patrick Steinhardtpackfile: disentangle return value of `packed_object_in...
2026-01-12  Patrick Steinhardtpackfile: always populate pack-specific info when readi...
2026-01-12  Patrick Steinhardtpackfile: extend `is_delta` field to allow for "unknown...
2026-01-12  Patrick Steinhardtpackfile: always declare object info to be OI_PACKED
2026-01-12  Patrick Steinhardtobject-file: always set OI_LOOSE when reading object...
2026-01-12  Junio C HamanoThe 17th batch
2026-01-12  Junio C HamanoMerge branch 'js/mailmap-karsten-blees'
2026-01-12  Junio C HamanoMerge branch 'ps/t1300-2021-use-test-path-is-helpers'
2026-01-12  Junio C HamanoMerge branch 'rs/commit-stack'
2026-01-12  Junio C HamanoMerge branch 'sb/bundle-uri-without-uri'
2026-01-12  Junio C HamanoMerge branch 'ja/doc-synopsis-style-more'
2026-01-12  Pushkar Singht1410: use test helpers in reflog rewind test
2026-01-12  KJ Tsanaktsidishttp-backend: write newlines to stderr when responding...
2026-01-10  Johannes Schindelin.mailmap: replace Karsten Blees' default address
2026-01-10  Colin Stagnercontrib/subtree: detect rewritten subtree commits
2026-01-10  René Scharfecocci: convert parse_tree functions to repo_ variants
2026-01-10  René Scharfetree: stop using the_repository
2026-01-10  René Scharfetree: use repo_parse_tree()
2026-01-10  René Scharfepath-walk: use repo_parse_tree_gently()
2026-01-10  René Scharfepack-bitmap-write: use repo_parse_tree()
2026-01-10  René Scharfedelta-islands: use repo_parse_tree()
2026-01-10  René Scharfebloom: use repo_parse_tree()
2026-01-10  René Scharfeadd-interactive: use repo_parse_tree_indirect()
2026-01-10  René Scharfetree: add repo_parse_tree*()
2026-01-10  René Scharfeenvironment: move access to core.maxTreeDepth into...
2026-01-10  Johannes Schindelinmingw: special-case index entries for symlinks with...
2026-01-10  Johannes Schindelinmingw: emulate `stat()` a little more faithfully
2026-01-10  Johannes Schindelinmingw: try to create symlinks without elevated permissions
2026-01-10  Karsten Bleesmingw: add support for symlinks to directories
2026-01-10  Karsten Bleesmingw: implement basic `symlink()` functionality (file...
2026-01-10  Karsten Bleesmingw: implement `readlink()`
2026-01-10  Karsten Bleesmingw: allow `mingw_chdir()` to change to symlink-resol...
2026-01-10  Karsten Bleesmingw: support renaming symlinks
2026-01-10  Karsten Bleesmingw: handle symlinks to directories in `mingw_unlink()`
2026-01-10  Karsten Bleesmingw: add symlink-specific error codes
2026-01-10  Karsten Bleesmingw: change default of `core.symlinks` to false
2026-01-10  Karsten Bleesmingw: factor out the retry logic
2026-01-10  Bill Zissimopoulosmingw: compute the correct size for symlinks in `mingw_...
2026-01-10  Karsten Bleesmingw: teach dirent about symlinks
2026-01-10  Karsten Bleesmingw: let `mingw_lstat()` error early upon problems...
2026-01-10  Karsten Bleesmingw: drop the separate `do_lstat()` function
2026-01-10  Karsten Bleesmingw: implement `stat()` with symlink support
2026-01-10  Karsten Bleesmingw: don't call `GetFileAttributes()` twice in `mingw...
2026-01-10  Junio C HamanoMerge branch 'js/prep-symlink-windows' into js/symlink...
2026-01-10  Karsten Bleestrim_last_path_component(): avoid hard-coding the direc...
2026-01-10  Johannes Schindelinstrbuf_readlink(): support link targets that exceed...
2026-01-10  Karsten Bleesstrbuf_readlink(): avoid calling `readlink()` twice...
2026-01-10  Johannes Schindelininit: do parse _all_ core.* settings early
2026-01-10  Johannes Schindelinmingw: do resolve symlinks in `getcwd()`
2026-01-10  Elijah Newrenfsck: snapshot default refs before object walk
2026-01-09  Patrick Steinhardtpackfile: move MIDX into packfile store
2026-01-09  Patrick Steinhardtpackfile: refactor `find_pack_entry()` to work on the...
2026-01-09  Patrick Steinhardtpackfile: inline `find_kept_pack_entry()`
2026-01-09  Patrick Steinhardtpackfile: only prepare owning store in `packfile_store_...
2026-01-09  Patrick Steinhardtpackfile: only prepare owning store in `packfile_store_...
2026-01-09  Patrick Steinhardtpackfile: move packfile store into object source
2026-01-09  Patrick Steinhardtpackfile: refactor misleading code when unusing pack...
2026-01-09  Patrick Steinhardtpackfile: refactor kept-pack cache to work with packfil...
2026-01-09  Patrick Steinhardtpackfile: pass source to `prepare_pack()`
2026-01-09  Patrick Steinhardtpackfile: create store via its owning source
2026-01-09  Derrick Stoleebuiltin.h: update documentation
2026-01-09  K Jayatheertht7101: modernize test path checks
2026-01-09  brian m. carlsongitfaq: document using stash import/export to sync...
2026-01-09  Michael Lyonsdoc: git-blame: convert to new doc format
2026-01-09  Michael Lyonsdoc: blame-options: convert to new doc format
2026-01-09  Abraham Samuel... add -p: show user's hunk decision when selecting hunks
2026-01-09  Kristoffer... doc: patch-id: --verbatim locks in --stable
2026-01-09  Kristoffer... doc: patch-id: spell out the git-diff-tree(1) form
2026-01-09  Kristoffer... doc: patch-id: use definite article for the result
2026-01-09  Kristoffer... patch-id: use “patch ID” throughout
2026-01-09  Kristoffer... doc: patch-id: capitalize Git version
2026-01-09  Kristoffer... doc: patch-id: don’t use semicolon between bullet points
2026-01-08  Junio C HamanoThe 16th batch
2026-01-08  Junio C HamanoMerge branch 'en/ort-recursive-d-f-conflict-fix'
2026-01-08  Junio C HamanoMerge branch 'dd/t5403-modernise'
2026-01-08  Junio C HamanoMerge branch 'ds/diff-lazy-fetch-with-name-only-fix'
2026-01-08  Junio C HamanoMerge branch 'rs/tag-wo-the-repository'
2026-01-08  Ashlesh Gawandet5550: add netrc tests for http 401/403
2026-01-08  Junio C HamanoMerge branch 'kh/replay-invalid-onto-advance' into...
2026-01-07  Junio C HamanoMerge branch 'ps/odb-misc-fixes' into ps/packfile-store...
2026-01-07  Andrew Chitestert1420: modernize the lost-found test
next