]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2025-11-23  Patrick Steinhardtstreaming: drop the `open()` callback function
2025-11-23  Patrick Steinhardtstreaming: rename `git_istream` into `odb_read_stream`
2025-11-21  Junio C HamanoThe second batch
2025-11-21  Junio C HamanoMerge branch 'jc/gitattributes-whitespace-no-indent...
2025-11-21  Junio C HamanoMerge branch 'kn/maintenance-is-needed'
2025-11-21  Junio C HamanoMerge branch 'rs/diff-quiet-no-rename'
2025-11-21  Karthik Nayakfetch: extract out reference committing logic
2025-11-20  Junio C Hamanoconfig: mark otherwise unused function as file-scope...
2025-11-20  Greg Funniwin32: pthread_cond_init should return a value
2025-11-20  Greg Funniwin32: return error if SleepConditionVariableCS fails
2025-11-20  Kristoffer... doc: warn against --committer-date-is-author-date
2025-11-20  Patrick Steinhardtodb: refactor `odb_clear()` to `odb_free()`
2025-11-20  Patrick Steinhardtodb: adopt logic to close object databases
2025-11-20  Patrick Steinhardtsetup: convert `set_git_dir()` to have file scope
2025-11-20  Patrick Steinhardtpath: move `enter_repo()` into "setup.c"
2025-11-20  Junio C HamanoMerge branch 'ps/object-source-loose' into ps/object...
2025-11-20  Junio C HamanoMerge branch 'ps/object-source-loose' into ps/object...
2025-11-19  Jean-Noël Aviladoc: convert git push to synopsis style
2025-11-19  Jean-Noël Aviladoc: convert git pull to synopsis style
2025-11-19  Jean-Noël Aviladoc: convert git fetch to synopsis style
2025-11-19  Junio C HamanoStart 2.53 cycle
2025-11-19  Junio C HamanoMerge branch 'ps/ref-peeled-tags-fixes'
2025-11-19  Junio C HamanoMerge branch 'kn/refs-optim-cleanup'
2025-11-19  Junio C HamanoMerge branch 'ps/ref-peeled-tags'
2025-11-19  Junio C HamanoMerge branch 'ps/packed-git-in-object-store'
2025-11-18  Ezekiel Newrenxdiff: rename rindex -> reference_index
2025-11-18  Ezekiel Newrenxdiff: change rindex from long to size_t in xdfile_t
2025-11-18  Ezekiel Newrenxdiff: make xdfile_t.nreff a size_t instead of long
2025-11-18  Ezekiel Newrenxdiff: make xdfile_t.nrec a size_t instead of long
2025-11-18  Ezekiel Newrenxdiff: split xrecord_t.ha into line_hash and minimal_pe...
2025-11-18  Ezekiel Newrenxdiff: use unambiguous types in xdl_hash_record()
2025-11-18  Ezekiel Newrenxdiff: use size_t for xrecord_t.size
2025-11-18  Ezekiel Newrenxdiff: make xrecord_t.ptr a uint8_t instead of char
2025-11-18  Ezekiel Newrenxdiff: use ptrdiff_t for dstart/dend
2025-11-18  Ezekiel Newrendoc: define unambiguous type mappings across C and...
2025-11-18  Lucas Seiki... repo: add --all to git-repo-info
2025-11-18  Lucas Seiki... repo: factor out field printing to dedicated function
2025-11-18  Phillip Woodworktree list: quote paths
2025-11-18  Phillip Woodworktree list: fix column spacing
2025-11-18  Jeff Kingtest-mktemp: plug memory and descriptor leaks
2025-11-18  Jeff Kingci(windows-meson-test): handle options and output like...
2025-11-18  Jeff Kingunit-test: ignore --no-chain-lint
2025-11-18  Jeff Kingt: enable ASan's strict_string_checks option
2025-11-18  Jeff Kingfsck: avoid parse_timestamp() on buffer that isn't...
2025-11-18  Jeff Kingfsck: remove redundant date timestamp check
2025-11-18  Jeff Kingfsck: avoid strcspn() in fsck_ident()
2025-11-18  Jeff Kingfsck: assert newline presence in fsck_ident()
2025-11-18  Jeff Kingcache-tree: avoid strtol() on non-string buffer
2025-11-18  Jeff KingMakefile: turn on NO_MMAP when building with ASan
2025-11-18  Jeff Kingpack-bitmap: handle name-hash lookups in incremental...
2025-11-18  Jeff Kingcompat/mmap: mark unused argument in git_munmap()
2025-11-18  Johannes Schindelinci: bump actions/setup-go from 5 to 6
2025-11-17  Johannes Schindelinmingw: avoid the comma operator
2025-11-17  Johannes Schindelincmake: stop trying to build the reftable and xdiff...
2025-11-17  David Macekwincred: avoid memory corruption
2025-11-17  Elijah Newrenmerge-ort: fix failing merges in special corner case
2025-11-17  Elijah Newrenmerge-ort: remove debugging crud
2025-11-17  Elijah Newrent6429: update comment to mention correct tool
2025-11-17  Johannes Schindelinmake strip: include `scalar`
2025-11-17  René Scharfewrapper: simplify xmkstemp()
2025-11-17  Antonin Delpeuchblame: make diff algorithm configurable
2025-11-17  Antonin Delpeuchxdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
2025-11-17  Junio C HamanoGit 2.52 v2.52.0
2025-11-17  Junio C HamanoMerge branch 'jc/ci-use-arm64-p4-on-macos'
2025-11-17  Christian Coudercommit: refactor verify_commit_buffer()
2025-11-17  Christian Couderfast-import: refactor finalize_commit_buffer()
2025-11-17  Jiang Xinbuiltin/repo: fix table alignment for UTF-8 characters
2025-11-17  Jiang Xint/unit-tests: add UTF-8 width tests for CJK chars
2025-11-16  Junio C HamanoUse Perforce arm64 binary on macOS CI jobs
2025-11-16  Junio C HamanoMerge tag 'l10n-2.52.0-v1' of https://github.com/git...
2025-11-16  Teng Longl10n: zh_CN: updated translation for 2.52
2025-11-16  Jeff Kingread-cache: drop submodule check from add_to_cache()
2025-11-16  Jiang XinMerge branch '2.52-uk' of github.com:arkid15r/git-ukrai...
2025-11-15  brian m. carlsonobject-file: disallow adding submodules of different...
2025-11-15  Arkadii Yakovetsl10n: uk: add 2.52 translation
2025-11-15  Jiang XinMerge branch 'vi-2.52' of github.com:Nekosha/git-po
2025-11-15  Jiang XinMerge branch 'l10n/zh-TW/git-2-52' of github.com:l10n...
2025-11-15  Jiang XinMerge branch 'po-id' of github.com:bagasme/git-po
2025-11-15  Jiang XinMerge branch 'master' of github.com:alshopov/git-po
2025-11-15  Jiang XinMerge branch 'fr_v2.52' of github.com:jnavila/git
2025-11-15  Jiang XinMerge branch 'l10n-ga-2.52' of github.com:aindriu80...
2025-11-15  Jiang XinMerge branch 'master' of github.com:nafmo/git-l10n-sv
2025-11-15  Yi-Jyun Panl10n: zh_TW.po: update Git 2.52 translation
2025-11-15  Vũ Tiến Hưngl10n: Updated translation for vi-2.52
2025-11-14  Emir SARIl10n: tr: Update Turkish translations
2025-11-14  Kristoffer... doc: commit: link to git-status(1) on all format options
2025-11-14  Koji Nakamaruosxkeychain: avoid incorrectly skipping store operation
2025-11-14  Junio C Hamanoattr: enable incomplete-line whitespace error for this...
2025-11-13  Taylor BlauRelNotes: fix typo in release notes for 2.52.0
2025-11-13  Bagas Sanjayal10n: po-id for 2.52
2025-11-12  Junio C Hamanodiff: highlight and error out on incomplete lines
2025-11-12  Junio C Hamanoapply: check and fix incomplete lines
2025-11-12  Junio C Hamanowhitespace: allocate a few more bits and define WS_INCO...
2025-11-12  Junio C Hamanoapply: revamp the parsing of incomplete lines
2025-11-12  Junio C Hamanodiff: update the way rewrite diff handles incomplete...
2025-11-12  Junio C Hamanodiff: call emit_callback ecbdata everywhere
2025-11-12  Junio C Hamanodiff: refactor output of incomplete line
2025-11-12  Junio C Hamanodiff: keep track of the type of the last line seen
2025-11-12  Junio C Hamanodiff: correct suppress_blank_empty hack
2025-11-12  Junio C Hamanodiff: emit_line_ws_markup() if/else style fix
next