]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
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
2025-12-22  Junio C HamanoMerge branch 'rs/t4014-git-version-string-fix'
2025-12-22  Junio C HamanoMerge branch 'kj/pull-options-decl-cleanup'
2025-12-22  Junio C HamanoMerge branch 'jc/macports-darwinports'
2025-12-22  Junio C HamanoMerge branch 'rs/replay-wrong-onto-fix'
2025-12-22  Junio C HamanoMerge branch 'kh/doc-replay-updates'
2025-12-22  Junio C HamanoMerge branch 'ps/odb-alternates-object-sources'
2025-12-21  Jean-Noël Aviladoc: convert git-remote to synopsis style
2025-12-21  Jean-Noël Aviladoc: convert git stage to use synopsis block
2025-12-21  Jean-Noël Aviladoc: convert git-status tables to AsciiDoc format
2025-12-21  Jean-Noël Aviladoc: convert git-status to synopsis style
2025-12-21  Jean-Noël Aviladoc: fix t0450-txt-doc-vs-help to select only first...
2025-12-20  Jean-Noël Aviladoc: correct minor wording issues
2025-12-20  Jean-Noël Aviladoc: fix asciidoc markup issues in several files
2025-12-20  Sam Bostockbundle-uri: validate that bundle entries have a uri
2025-12-19  Junio C Hamanosignoff-option: linkify the reference to gitfaq
2025-12-19  D. Ben Knoblerust: build correctly without GNU sed
2025-12-19  Junio C HamanoMerge branch 'ps/ci-rust' into dk/ci-rust-fix
2025-12-19  Greg Funnirefs: dereference the value of the required pointer
2025-12-19  Greg Funnirepository: remove duplicate free of cache->squash_msg
2025-12-19  Johannes Schindelintest_detect_ref_format: fix comment
2025-12-18  Jeff Kingt5563: add missing end-of-line in HTTP header
2025-12-18  Jeff Kingt5551: handle trailing slashes in expected cookies...
2025-12-18  Junio C HamanoMerge branch 'jc/object-read-stream-fix' into ps/read...
2025-12-18  Junio C Hamanoodb: do not use "blank" substitute for NULL
2025-12-18  Junio C HamanoMerge branch 'ps/object-read-stream' into jc/object...
2025-12-18  Matthew Hughesdocs: note the type of core.attributesfile
2025-12-18  Justin Toblerbuiltin/repo: add object disk size info to structure...
2025-12-18  Justin Toblerbuiltin/repo: add disk size info to keyvalue stucture...
2025-12-18  Justin Toblerbuiltin/repo: add inflated object info to structure...
2025-12-18  Justin Toblerbuiltin/repo: add inflated object info to keyvalue...
2025-12-18  Justin Toblerbuiltin/repo: humanise count values in structure output
2025-12-18  Justin Toblerstrbuf: split out logic to humanise byte values
2025-12-18  Justin Toblerbuiltin/repo: group per-type object values into struct
2025-12-17  Junio C HamanoMerge branch 'js/test-symlink-windows' into js/prep...
2025-12-17  Johannes Schindelint7800: work around the MSYS path conversion on Windows
2025-12-17  Johannes Schindelint6423: introduce Windows-specific handling for symlinki...
2025-12-17  Johannes Schindelint1305: skip symlink tests that do not apply to Windows
2025-12-17  Johannes Schindelint1006: accommodate for symlink support in MSYS2
2025-12-17  Johannes Schindelint0600: fix incomplete prerequisite for a test case
2025-12-17  Johannes Schindelint0301: another fix for Windows compatibility
2025-12-17  Johannes Schindelint0001: handle `diff --no-index` gracefully
2025-12-17  Johannes Schindelinmingw: special-case `open(symlink, O_CREAT | O_EXCL)`
2025-12-17  Johannes Schindelinapply: symbolic links lack a "trustable executable...
2025-12-17  Johannes Schindelint9700: accommodate for Windows paths
2025-12-17  Junio C Hamanocommit: document that $command.signoff will not be...
2025-12-17  Junio C HamanoThe 10th batch
2025-12-17  Junio C HamanoMerge branch 'kh/doc-send-email-paragraph-fix'
2025-12-17  Junio C HamanoMerge branch 'mh/doc-config-gui-gcwarning'
2025-12-17  Junio C HamanoMerge branch 'kh/doc-pre-commit-fix'
2025-12-17  Junio C HamanoMerge branch 'jc/capability-leak'
2025-12-16  Junio C HamanoThe ninth batch
2025-12-16  Junio C HamanoMerge branch 'rs/ban-mktemp'
2025-12-16  Junio C HamanoMerge branch 'gf/win32-pthread-cond-init'
2025-12-16  Junio C HamanoMerge branch 'ps/object-read-stream'
2025-12-16  René Scharfediff-files: fix copy detection
2025-12-16  Junio C HamanoMerge branch 'rs/diff-index-find-copies-harder-optim...
2025-12-16  Justin Toblerdocs: clarify git-rev-list(1) --filter behavior
2025-12-16  Derrick Stoleescalar: document config settings
2025-12-15  Junio C HamanoMerge branch 'ps/object-read-stream' into ps/packfile...
2025-12-14  Junio C HamanoThe eighth batch
2025-12-14  Junio C HamanoMerge branch 'je/doc-data-model'
2025-12-14  Junio C HamanoMerge branch 'lo/repo-struct-z'
2025-12-14  Junio C HamanoMerge branch 'kh/advise-w-git-help-in-branch'
2025-12-14  Junio C HamanoMerge branch 'je/doc-pull'
2025-12-14  Junio C HamanoMerge branch 'tc/meson-cross-compile-fix'
2025-12-14  Junio C HamanoMerge branch 'js/last-modified-with-sparse-checkouts'
next