]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-04-15  Patrick Steinhardtobject-store: merge "object-store-ll.h" and "object...
2025-04-15  Patrick Steinhardtobject-store: remove global array of cached objects
2025-04-15  Patrick Steinhardtobject: split out functions relating to object store...
2025-04-15  Patrick Steinhardtobject-file: drop `index_blob_stream()`
2025-04-15  Patrick Steinhardtobject-file: split up concerns of `HASH_*` flags
2025-04-15  Patrick Steinhardtobject-file: split out functions relating to object...
2025-04-15  Patrick Steinhardtobject-file: move `xmmap()` into "wrapper.c"
2025-04-15  Patrick Steinhardtobject-file: move `git_open_cloexec()` to "compat/open.c"
2025-04-15  Patrick Steinhardtobject-file: move `safe_create_leading_directories...
2025-04-15  Patrick Steinhardtobject-file: move `mkdir_in_gitdir()` into "path.c"
2025-04-08  Junio C HamanoMerge branch 'ps/object-wo-the-repository' into ps...
2025-04-07  Junio C HamanoThe third batch
2025-04-07  Junio C HamanoMerge branch 'js/imap-send-peer-cert-verify'
2025-04-07  Junio C HamanoMerge branch 'js/mingw-admins-are-special'
2025-04-07  Junio C HamanoMerge branch 'tb/bitamp-typofix'
2025-04-07  Junio C HamanoMerge branch 'dm/completion-remote-names-fix'
2025-04-07  Junio C HamanoMerge branch 'pw/doc-pack-refs-markup-fix'
2025-04-07  Junio C HamanoMerge branch 'pw/build-breaking-changes-doc'
2025-04-07  Junio C HamanoMerge branch 'jh/hash-init-fixes'
2025-04-07  Junio C HamanoMerge branch 'tb/combine-cruft-below-size'
2025-04-07  Junio C HamanoMerge branch 'ja/doc-branch-markup'
2025-04-07  Junio C HamanoMerge branch 'cc/lop-remote'
2025-04-07  Junio C HamanoMerge branch 'jc/name-rev-stdin'
2025-04-07  Junio C HamanoMerge branch 'kn/ci-meson-check-build-docs-fix'
2025-04-07  Junio C HamanoMerge branch 'aj/doc-restore-p-update'
2025-03-29  Junio C HamanoThe second batch
2025-03-29  Junio C HamanoMerge branch 'hj/doc-rev-list-ancestry-fix'
2025-03-29  Junio C HamanoMerge branch 'es/meson-building-docs-requires-perl'
2025-03-29  Junio C HamanoMerge branch 'en/random-cleanups'
2025-03-29  Junio C HamanoMerge branch 'rs/xdiff-context-length-fix'
2025-03-29  Junio C HamanoMerge branch 'jk/use-wunreachable-code-for-devs'
2025-03-29  Junio C HamanoMerge branch 'en/diff-rename-follow-fix'
2025-03-29  Junio C HamanoMerge branch 'tb/multi-cruft-pack-refresh-fix'
2025-03-29  Junio C HamanoMerge branch 'am/dir-dedup-decl-of-repository'
2025-03-29  Junio C HamanoMerge branch 'ps/meson-with-breaking-changes'
2025-03-29  Junio C HamanoMerge branch 'jk/fetch-ref-prefix-cleanup'
2025-03-29  Junio C HamanoMerge branch 'ab/decorate-code-cleanup'
2025-03-29  Junio C HamanoMerge branch 'en/merge-ort-prepare-to-remove-recursive'
2025-03-29  Junio C HamanoMerge branch 'ps/refname-avail-check-optim'
2025-03-29  Junio C HamanoMerge branch 'cc/signed-fast-export-import'
2025-03-26  Junio C HamanoStart 2.50 cycle (batch #1)
2025-03-26  Junio C HamanoMerge branch 'ja/doc-block-delimiter-markup-fix'
2025-03-26  Junio C HamanoMerge branch 'en/merge-process-renames-crash-fix'
2025-03-26  Junio C HamanoMerge branch 'ua/some-builtins-wo-the-repository'
2025-03-26  Junio C HamanoMerge branch 'tb/refs-exclude-fixes'
2025-03-26  Junio C HamanoMerge branch 'sj/ref-consistency-checks-more'
2025-03-26  Junio C HamanoMerge branch 'jt/diff-pairs'
2025-03-25  Johannes Schindelinimap-send: explicitly verify the peer certificate
2025-03-25  Johannes Schindelintest-tool path-utils: support debugging "dubious owners...
2025-03-25  Johannes Schindelinmingw: special-case administrators even more
2025-03-24  David Mandelbergcompletion: fix bugs with slashes in remote names
2025-03-24  David Mandelbergcompletion: add helper to count path components
2025-03-21  Taylor Blaurepack: begin combining cruft packs with `--combine...
2025-03-21  Taylor Blaurepack: avoid combining cruft packs with `--max-cruft...
2025-03-21  Taylor Blaut/t7704-repack-cruft.sh: consolidate `write_blob()`
2025-03-21  Taylor Blaut/t7704-repack-cruft.sh: clarify wording in --max-cruft...
2025-03-21  Taylor Blaut/t5329-pack-objects-cruft.sh: evict 'repack'-related...
2025-03-21  Taylor Blaupseudo-merge.h: fix a typo
2025-03-21  Karthik Nayakci/github: add missing 'CI_JOB_IMAGE' env variable
2025-03-21  Jean-Noël Aviladoc: apply new format to git-branch man page
2025-03-21  Jean-Noël Avilacompletion: take into account the formatting backticks...
2025-03-18  Jensen Huangindex-pack, unpack-objects: restore missing ->init_fn
2025-03-18  Christian Couderpromisor-remote: compare remote names case sensitively
2025-03-18  Christian Couderpromisor-remote: fix possible issue when no URL is...
2025-03-18  Christian Couderpromisor-remote: fix segfault when remote URL is missing
2025-03-18  Christian Coudert5710: arrange to delete the client before cloning
2025-03-18  Phillip Wooddocs: add BreakingChanges to TECH_DOCS target
2025-03-18  Phillip Woodpack-refs doc: fix indentation for --exclude
2025-03-18  Elijah Newrenam: switch from merge_recursive_generic() to merge_ort_...
2025-03-18  Elijah Newrenmerge-ort: fix merge.directoryRenames=false
2025-03-18  Johannes Schindelint3650: document bug when directory renames are turned off
2025-03-18  Elijah Newrenmerge-ort: support having merge verbosity be set to 0
2025-03-18  Elijah Newrenmerge-ort: allow rename detection to be disabled
2025-03-18  Elijah Newrenmerge-ort: add new merge_ort_generic() function
2025-03-18  Han Jiangdoc: add missing commit C to the graph for --ancestry...
2025-03-18  Adam Johnsondoc: restore: remove note on --patch w/ pathspecs
2025-03-18  Jeff Kingconfig.mak.dev: enable -Wunreachable-code
2025-03-18  Junio C Hamanogit-compat-util: add NOT_CONSTANT macro and use it...
2025-03-18  Junio C HamanoMerge branch 'tb/multi-cruft-pack-refresh-fix' into...
2025-03-17  Jeff Kingrun-command: use errno to check for sigfillset() error
2025-03-17  Elijah Newrenmerge-ort: remove extraneous word in comment
2025-03-17  Elijah Newrenmerge-ort: fix accidental strset<->strintmap
2025-03-17  Elijah Newrent7615: be more explicit about diff algorithm used
2025-03-17  Elijah Newrent6423: fix a comment that accidentally reversed two...
2025-03-17  Elijah Newrenstash: remove merge-recursive.h include
2025-03-17  Eli Schwartzmeson: fix perl detection when docs are enabled, but...
2025-03-15  Elijah Newrendiffcore-rename: fix BUG when break detection and ...
2025-03-14  René Scharfexdiff: avoid arithmetic overflow in xdl_get_hunk()
2025-03-14  Junio C HamanoGit 2.49 v2.49.0
2025-03-13  Taylor Blaubuiltin/pack-objects.c: freshen objects from existing...
2025-03-13  Junio C HamanoMerge tag 'l10n-2.49.0-rnd1' of https://github.com...
2025-03-13  Jiang XinMerge branch 'l10n/zh-TW/2025-03-09' of github.com...
2025-03-13  Yi-Jyun Panl10n: zh_TW: Git 2.49.0 round 1
2025-03-13  Jiang XinMerge branch 'l10n-de-2.49' of github.com:ralfth/git
2025-03-13  Ralf Thielowl10n: update German translation
2025-03-13  Bagas Sanjayal10n: po-id for 2.49
2025-03-12  Junio C HamanoA bit more updates after -rc2
2025-03-12  Junio C HamanoMerge branch 'pb/doc-follow-remote-head'
2025-03-12  Junio C HamanoMerge branch 'tc/zlib-ng-fix'
2025-03-12  Junio C HamanoMerge branch 'ma/clone-doc-markup-fix'
next