]> Kevux Git Server - rit/shortlog
rit
2025-11-25 Junio C Hamanoconfig: really pretend missing :(optional) value is...
2025-11-24 Junio C HamanoThe third batch
2025-11-24 Junio C HamanoMerge branch 'jx/repo-struct-utf8width-fix'
2025-11-24 Junio C HamanoMerge branch 'kn/osxkeychain-idempotent-store-fix'
2025-11-24 Junio C HamanoMerge branch 'kh/doc-commit-extra-references'
2025-11-24 Junio C HamanoMerge branch 'ps/object-source-loose'
2025-11-24 Junio C HamanoMerge branch 'qj/doc-http-bad-want-response'
2025-11-24 Junio C HamanoMerge branch 'sa/replay-atomic-ref-updates'
2025-11-24 Junio C HamanoMerge branch 'bc/submodule-force-same-hash'
2025-11-24 Junio C HamanoMerge branch 'jk/attr-macroexpand-wo-recursion'
2025-11-24 René Scharfeconfig: fix short help of unset flags
2025-11-24 René Scharfeconfig: fix suggestion for failed set of multi-valued...
2025-11-24 Jean-Noël Avila... doc: pull-fetch-param typofix
2025-11-23 Patrick Steinhardtstreaming: drop redundant type and size pointers
2025-11-23 Patrick Steinhardtstreaming: move into object database subsystem
2025-11-23 Patrick Steinhardtstreaming: refactor interface to be object-database...
2025-11-23 Patrick Steinhardtstreaming: move logic to read packed objects streams...
2025-11-23 Patrick Steinhardtstreaming: move logic to read loose objects streams...
2025-11-23 Patrick Steinhardtstreaming: make the `odb_read_stream` definition public
2025-11-23 Patrick Steinhardtstreaming: get rid of `the_repository`
2025-11-23 Patrick Steinhardtstreaming: rely on object sources to create object...
2025-11-23 Patrick Steinhardtpackfile: introduce function to read object info from...
2025-11-23 Patrick Steinhardtstreaming: move zlib stream into backends
2025-11-23 Patrick Steinhardtstreaming: create structure for filtered object streams
2025-11-23 Patrick Steinhardtstreaming: create structure for packed object streams
2025-11-23 Patrick Steinhardtstreaming: create structure for loose object streams
2025-11-23 Patrick Steinhardtstreaming: create structure for in-core object streams
2025-11-23 Patrick Steinhardtstreaming: allocate stream inside the backend-specific...
2025-11-23 Patrick Steinhardtstreaming: explicitly pass packfile info when streaming...
2025-11-23 Patrick Steinhardtstreaming: propagate final object type via the stream
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
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...
next