]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2026-01-28  Emily Shafferrun-command: add stdin callback for parallelization
2026-01-28  Adrian Ratiurun-command: add helper for pp child states
2026-01-28  Adrian Ratiut1800: add hook output stream tests
2026-01-15  Junio C HamanoRevert "Merge branch 'ar/run-command-hook'"
2026-01-15  Junio C HamanoGit 2.53-rc0 v2.53.0-rc0
2026-01-15  Junio C HamanoMerge branch 'ps/clar-integers'
2026-01-15  Junio C HamanoMerge branch 'kh/replay-invalid-onto-advance'
2026-01-15  Junio C HamanoMerge branch 'ps/odb-misc-fixes'
2026-01-15  Junio C HamanoMerge branch 'pt/t7800-difftool-test-racefix'
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-10  Johannes Schindelin.mailmap: replace Karsten Blees' default address
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-07  Patrick Steinhardtodb: properly close sources before freeing them
2026-01-07  Patrick Steinhardtbuiltin/gc: fix condition for whether to write commit...
2026-01-06  Junio C HamanoThe 15th batch
2026-01-06  Junio C HamanoMerge branch 'rs/parse-config-expiry-simplify'
2026-01-06  Junio C HamanoMerge branch 'ar/run-command-hook'
2026-01-06  Junio C HamanoMerge branch 'rs/show-branch-prio-queue'
2026-01-06  Junio C HamanoMerge branch 'rs/macos-iconv-workaround'
2026-01-06  Junio C HamanoMerge branch 'bc/checkout-error-message-fix'
2026-01-05  Kristoffer... t3650: add more regression tests for failure conditions
2026-01-05  Kristoffer... replay: die if we cannot parse object
2026-01-05  Kristoffer... replay: improve code comment and die message
2026-01-05  Kristoffer... replay: die descriptively when invalid commit-ish is...
2026-01-05  Kristoffer... replay: find *onto only after testing for ref name
2026-01-05  Kristoffer... replay: remove dead code and rearrange
2026-01-05  Pushkar Singht1300: use test helpers instead of `test` command
2026-01-04  Paul Tarjant7800: fix racy "difftool --dir-diff syncs worktree...
2025-12-30  Junio C HamanoThe 14th batch
2025-12-30  Junio C HamanoMerge branch 'jk/test-curl-updates'
2025-12-30  Junio C HamanoMerge branch 'jc/object-read-stream-fix'
2025-12-30  Junio C HamanoMerge branch 'js/test-func-comment-fix'
2025-12-30  Junio C HamanoMerge branch 'gf/clear-path-cache-cleanup'
2025-12-30  Junio C HamanoMerge branch 'gf/maintenance-is-needed-fix'
2025-12-30  Junio C HamanoMerge branch 'dk/ci-rust-fix'
2025-12-30  Junio C HamanoMerge branch 'mh/doc-core-attributesfile'
2025-12-30  Junio C HamanoMerge branch 'ps/repack-avoid-noop-midx-rewrite'
2025-12-30  Junio C HamanoMerge branch 'js/test-symlink-windows'
2025-12-30  Junio C HamanoMerge branch 'jt/doc-rev-list-filter-provided-objects'
2025-12-30  Junio C HamanoMerge branch 'jt/repo-struct-more-objinfo'
2025-12-30  Derrick Stoleediff: avoid segfault with freed entries
2025-12-30  Deveshi Dwivedit5403: use test_path_is_file instead of test -f
2025-12-29  Elijah Newrenmerge-ort: fix corner case recursive submodule/director...
2025-12-29  René Scharfetag: stop using the_repository
2025-12-29  René Scharfetag: support arbitrary repositories in parse_tag()
2025-12-29  René Scharfetag: support arbitrary repositories in gpg_verify_tag()
2025-12-29  René Scharfetag: use algo of repo parameter in parse_tag_buffer()
2025-12-28  Junio C HamanoThe 13th batch
2025-12-28  Junio C HamanoMerge branch 'ap/packfile-promisor-object-optim'
2025-12-28  Junio C HamanoMerge branch 'ja/doc-misc-fixes'
2025-12-28  Junio C HamanoMerge branch 'jc/doc-commit-signoff-config'
2025-12-28  Junio C HamanoMerge branch 'jc/c99-fam'
2025-12-28  René Scharfeconfig: use git_parse_int() in git_config_get_expiry_in...
2025-12-28  Emily Shafferreceive-pack: convert receive hooks to hook API
2025-12-28  Emily Shafferreceive-pack: convert update hooks to new API
2025-12-28  Emily Shafferhooks: allow callers to capture output
2025-12-28  Emily Shafferrun-command: allow capturing of collated output
2025-12-28  Adrian Ratiuhook: allow overriding the ungroup option
2025-12-28  Adrian Ratiureference-transaction: use hook API instead of run...
2025-12-28  Emily Shaffertransport: convert pre-push to hook API
2025-12-28  Emily Shafferhook: convert 'post-rewrite' hook in sequencer.c to...
2025-12-28  Emily Shafferhook: provide stdin via callback
2025-12-28  Emily Shafferrun-command: add stdin callback for parallelization
2025-12-28  Adrian Ratiurun-command: add first helper for pp child states
2025-12-28  René Scharfeshow-branch: use prio_queue
2025-12-25  René ScharfemacOS: use iconv from Homebrew if needed and present
2025-12-25  René ScharfemacOS: make Homebrew use configurable
2025-12-24  René Scharfecommit-reach: use commit_stack
2025-12-24  René Scharfecommit-graph: use commit_stack
2025-12-24  René Scharfecommit: add commit_stack_grow()
2025-12-24  Rene Scharfeshallow: use commit_stack
2025-12-24  René Scharfepack-bitmap-write: use commit_stack
2025-12-24  René Scharfecommit: add commit_stack_init()
2025-12-24  René Scharfetest-reach: use commit_stack
2025-12-24  René Scharferemote: use commit_stack for src_commits
2025-12-24  René Scharferemote: use commit_stack for sent_tips
2025-12-24  René Scharferemote: use commit_stack for local_commits
2025-12-24  René Scharfename-rev: use commit_stack
2025-12-24  René Scharfemidx: use commit_stack
2025-12-24  René Scharfelog: use commit_stack
2025-12-24  René Scharferevision: export commit_stack
2025-12-24  brian m. carlsoncheckout: quote invalid treeish in error message
2025-12-23  Junio C HamanoThe 12th batch
2025-12-23  Junio C HamanoMerge branch 'kn/fix-fetch-backfill-tag-with-batched...
2025-12-23  Junio C HamanoMerge branch 'rs/diff-files-r-find-copies-fix'
2025-12-23  Junio C HamanoMerge branch 'jc/memzero-array'
2025-12-23  Junio C HamanoMerge branch 'tc/memzero-array'
2025-12-23  Junio C HamanoMerge branch 'jc/completion-no-single-letter-options'
2025-12-23  Junio C HamanoMerge branch 'jc/submodule-add'
2025-12-23  Junio C HamanoMerge branch 'ds/doc-scalar-config'
2025-12-22  Junio C HamanoThe 11th batch
next