]> Kevux Git Server - rit/shortlog
rit
2023-11-01 Karthik Nayakrev-list: move `show_commit()` to the bottom
2023-11-01 Karthik Nayakrevision: rename bit to `do_not_die_on_missing_objects`
2023-11-01 Junio C HamanoMerge branch 'ps/do-not-trust-commit-graph-blindly...
2023-11-01 Patrick Steinhardtcommit: detect commits that exist in commit-graph but...
2023-11-01 Patrick Steinhardtcommit-graph: introduce envvar to disable commit existe...
2023-10-23 Junio C HamanoThe twenty-first batch
2023-10-23 Junio C HamanoMerge branch 'en/docfixes'
2023-10-23 Junio C HamanoMerge branch 'bc/racy-4gb-files'
2023-10-23 Junio C HamanoMerge branch 'jc/fail-stash-to-store-non-stash'
2023-10-23 Junio C HamanoMerge branch 'so/diff-merges-dd'
2023-10-23 Junio C HamanoMerge branch 'jk/chunk-bounds'
2023-10-20 Junio C HamanoThe twentieth batch
2023-10-20 Junio C HamanoMerge branch 'ps/rewritten-is-per-worktree-doc'
2023-10-20 Junio C HamanoMerge branch 'ak/pretty-decorate-more-fix'
2023-10-20 Junio C HamanoMerge branch 'vd/loose-ref-iteration-optimization'
2023-10-20 Junio C HamanoMerge branch 'ty/merge-tree-strategy-options'
2023-10-18 Junio C HamanoThe nineteenth batch
2023-10-18 Junio C HamanoMerge branch 'jc/merge-ort-attr-index-fix'
2023-10-18 Junio C HamanoMerge branch 'sn/cat-file-doc-update'
2023-10-18 Junio C HamanoMerge branch 'xz/commit-title-soft-limit-doc'
2023-10-18 Junio C HamanoMerge branch 'tb/repack-max-cruft-size'
2023-10-14 Jeff Kingt5319: make corrupted large-offset test more robust
2023-10-13 Junio C HamanoThe eighteenth batch
2023-10-13 Junio C HamanoMerge branch 'jk/decoration-and-other-leak-fixes'
2023-10-13 Junio C HamanoMerge branch 'ar/diff-index-merge-base-fix'
2023-10-13 Junio C HamanoMerge branch 'js/submodule-fix-misuse-of-path-and-name'
2023-10-13 Junio C HamanoMerge branch 'jk/commit-graph-leak-fixes'
2023-10-13 Junio C HamanoMerge branch 'la/trailer-test-and-doc-updates'
2023-10-13 Junio C HamanoMerge branch 'ds/mailmap-entry-update'
2023-10-13 Jason HattonPrevent git from rehashing 4GiB files
2023-10-13 brian m. carlsont: add a test helper to truncate files
2023-10-12 Junio C HamanoThe seventeenth batch
2023-10-12 Junio C HamanoMerge branch 'js/ci-coverity'
2023-10-12 Junio C HamanoMerge branch 'jm/git-status-submodule-states-docfix'
2023-10-12 Junio C HamanoMerge branch 'rs/parse-opt-ctx-cleanup'
2023-10-12 Derrick Stoleemailmap: change primary address for Derrick Stolee
2023-10-11 Junio C Hamanostash: be careful what we store
2023-10-11 Junio C Hamanomerge: introduce {copy|clear}_merge_options()
2023-10-10 Junio C HamanoThe sixteenth batch
2023-10-10 Junio C HamanoMerge branch 'cc/repack-sift-filtered-objects-to-separa...
2023-10-10 Junio C HamanoMerge branch 'ds/init-diffstat-width'
2023-10-10 Junio C HamanoMerge branch 'cw/prelim-cleanup'
2023-10-10 Junio C HamanoMerge branch 'eb/limit-bulk-checkin-to-blobs'
2023-10-10 Patrick Steinhardtdoc/git-worktree: mention "refs/rewritten" as per-workt...
2023-10-09 Jeff Kingchunk-format: drop pair_chunk_unsafe()
2023-10-09 Jeff Kingcommit-graph: detect out-of-order BIDX offsets
2023-10-09 Jeff Kingcommit-graph: check bounds when accessing BIDX chunk
2023-10-09 Jeff Kingcommit-graph: check bounds when accessing BDAT chunk
2023-10-09 Jeff Kingcommit-graph: bounds-check generation overflow chunk
2023-10-09 Jeff Kingcommit-graph: check size of generations chunk
2023-10-09 Jeff Kingcommit-graph: bounds-check base graphs chunk
2023-10-09 Jeff Kingcommit-graph: detect out-of-bounds extra-edges pointers
2023-10-09 Jeff Kingcommit-graph: check size of commit data chunk
2023-10-09 Jeff Kingmidx: check size of revindex chunk
2023-10-09 Jeff Kingmidx: bounds-check large offset chunk
2023-10-09 Jeff Kingmidx: check size of object offset chunk
2023-10-09 Jeff Kingmidx: enforce chunk alignment on reading
2023-10-09 Jeff Kingmidx: check size of pack names chunk
2023-10-09 Jeff Kingcommit-graph: check consistency of fanout table
2023-10-09 Jeff Kingmidx: check size of oid lookup chunk
2023-10-09 Jeff Kingcommit-graph: check size of oid fanout chunk
2023-10-09 Jeff Kingmidx: stop ignoring malformed oid fanout chunk
2023-10-09 Jeff Kingt: add library for munging chunk-format files
2023-10-09 Jeff Kingchunk-format: note that pair_chunk() is unsafe
2023-10-09 Victoria Dyefiles-backend.c: avoid stat in 'loose_fill_ref_dir'
2023-10-09 Victoria Dyedir.[ch]: add 'follow_symlink' arg to 'get_dtype'
2023-10-09 Victoria Dyedir.[ch]: expose 'get_dtype'
2023-10-09 Victoria Dyeref-cache.c: fix prefix matching in ref iteration
2023-10-09 John Caimerge-ort: initialize repo in index state
2023-10-09 Sergey Organovcompletion: complete '--dd'
2023-10-09 Sergey Organovdiff-merges: introduce '--dd' option
2023-10-09 Sergey Organovdiff-merges: improve --diff-merges documentation
2023-10-09 Štěpán Němecdoc/cat-file: make synopsis and description less confusing
2023-10-09 谢致邦 (XIE Zhibang)doc: correct the 50 characters soft limit (+)
2023-10-09 Elijah Newrendocumentation: add missing parenthesis
2023-10-09 Elijah Newrendocumentation: add missing quotes
2023-10-09 Elijah Newrendocumentation: add missing fullstops
2023-10-09 Elijah Newrendocumentation: add some commas where they are helpful
2023-10-09 Elijah Newrendocumentation: fix whitespace issues
2023-10-09 Elijah Newrendocumentation: fix capitalization
2023-10-09 Elijah Newrendocumentation: fix punctuation
2023-10-09 Elijah Newrendocumentation: use clearer prepositions
2023-10-09 Elijah Newrendocumentation: add missing hyphens
2023-10-09 Elijah Newrendocumentation: remove unnecessary hyphens
2023-10-09 Elijah Newrendocumentation: add missing article
2023-10-09 Elijah Newrendocumentation: fix choice of article
2023-10-09 Elijah Newrendocumentation: whitespace is already generally plural
2023-10-09 Elijah Newrendocumentation: fix singular vs. plural
2023-10-09 Elijah Newrendocumentation: fix verb vs. noun
2023-10-09 Elijah Newrendocumentation: fix adjective vs. noun
2023-10-09 Elijah Newrendocumentation: fix verb tense
2023-10-09 Elijah Newrendocumentation: employ consistent verb tense for a list
2023-10-09 Elijah Newrendocumentation: fix subject/verb agreement
2023-10-09 Elijah Newrendocumentation: remove extraneous words
2023-10-09 Elijah Newrendocumentation: add missing words
2023-10-09 Elijah Newrendocumentation: fix apostrophe usage
2023-10-09 Elijah Newrendocumentation: fix typos
2023-10-09 Elijah Newrendocumentation: fix small error
2023-10-09 Elijah Newrendocumentation: wording improvements
2023-10-09 Andy Koppepretty: fix ref filtering for %(decorate) formats
next