git.git
2020-07-01 Taylor Blaurevision: empty pathspecs should not use Bloom filters
2020-07-01 Derrick Stoleerevision.c: fix whitespace
2020-07-01 SZEDER Gáborcommit-graph: check chunk sizes after writing
2020-07-01 SZEDER Gáborcommit-graph: simplify chunk writes into loop
2020-07-01 SZEDER Gáborcommit-graph: unify the signatures of all write_graph_c...
2020-07-01 Derrick Stoleecommit-graph: persist existence of changed-paths
2020-07-01 Derrick Stoleebloom: fix logic in get_bloom_filter()
2020-06-24 Derrick Stoleecommit-graph: change test to die on parse, not load
2020-06-24 Derrick Stoleecommit-graph: place bloom_settings in context
2020-06-08 SZEDER Gáborcommit-graph: simplify write_commit_graph_file() #2
2020-06-08 SZEDER Gáborcommit-graph: simplify write_commit_graph_file() #1
2020-06-08 SZEDER Gáborcommit-graph: simplify parse_commit_graph() #2
2020-06-08 SZEDER Gáborcommit-graph: simplify parse_commit_graph() #1
2020-06-08 SZEDER Gáborcommit-graph: clean up #includes
2020-06-08 SZEDER Gábordiff.h: drop diff_tree_oid() & friends' return value
2020-06-08 SZEDER Gáborcommit-slab: add a function to deep free entries on...
2020-06-08 SZEDER Gáborcommit-graph-format.txt: all multi-byte numbers are...
2020-06-08 SZEDER Gáborcommit-graph: fix parsing the Chunk Lookup table
2020-06-08 SZEDER Gábortree-walk.c: don't match submodule entries for 'submod...
2020-05-11 Derrick Stoleeline-log: integrate with changed-path Bloom filters
2020-05-11 SZEDER Gáborline-log: try to use generation number-based topo-ordering
2020-05-11 SZEDER Gáborline-log: more responsive, incremental 'git log -L'
2020-05-11 SZEDER Gábort4211-line-log: add tests for parent oids
2020-05-11 SZEDER Gáborline-log: remove unused fields from 'struct line_log_data'
2020-05-11 SZEDER Gáborcompletion: offer '--(no-)patch' among 'git log' options
2020-05-11 Derrick Stoleebloom: use num_changes not nr for limit detection
2020-05-11 Derrick Stoleebloom: de-duplicate directory entries
2020-05-11 Derrick StoleeDocumentation: changed-path Bloom filters use byte...
2020-05-11 Derrick Stoleebloom: parse commit before computing filters
2020-05-01 Derrick Stoleetest-bloom: fix usage typo
2020-05-01 Derrick Stoleebloom: fix whitespace around tab length
2020-04-23 Jeff Kingtest-bloom: check that we have expected arguments
2020-04-23 Jeff Kingtest-bloom: fix some whitespace issues
2020-04-23 Jeff Kingblame: drop unused parameter from maybe_changed_path
2020-04-16 Derrick Stoleeblame: use changed-path Bloom filters
2020-04-16 Derrick Stoleetests: write commit-graph with Bloom filters
2020-04-16 Derrick Stoleerevision: complicated pathspecs disable filters
2020-04-09 Derrick Stoleebloom: ignore renames when computing changed paths
2020-04-06 Garima Singhcommit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS...
2020-04-06 Garima Singht4216: add end to end tests for git log with Bloom...
2020-04-06 Garima Singhrevision.c: add trace2 stats around Bloom filter usage
2020-04-06 Garima Singhrevision.c: use Bloom filters to speed up path based...
2020-04-06 Garima Singhcommit-graph: add --changed-paths option to write subco...
2020-04-06 Garima Singhcommit-graph: reuse existing Bloom filters during write
2020-04-06 Garima Singhcommit-graph: write Bloom filters to commit graph file
2020-03-30 Garima Singhcommit-graph: examine commits by generation number
2020-03-30 Jeff Kingcommit-graph: examine changed-path objects in pack...
2020-03-30 Garima Singhcommit-graph: compute Bloom filters for changed paths
2020-03-30 Derrick Stoleediff: halt tree-diff early after max_changes
2020-03-30 Garima Singhbloom.c: core Bloom filter implementation for changed...
2020-03-30 Garima Singhbloom.c: introduce core Bloom filter constructs
2020-03-30 Garima Singhbloom.c: add the murmur3 hash implementation
2020-03-30 Garima Singhcommit-graph: define and use MAX_NUM_CHUNKS
2020-03-29 Junio C HamanoMerge branch 'ds/default-pack-use-sparse-to-true'
2020-03-27 Junio C HamanoThe second batch post 2.26 cycle
2020-03-27 Junio C HamanoMerge branch 'ah/force-pull-rebase-configuration'
2020-03-27 Junio C HamanoMerge branch 'tg/retire-scripted-stash'
2020-03-27 Junio C HamanoMerge branch 'jc/describe-misnamed-annotated-tag'
2020-03-27 Junio C HamanoMerge branch 'at/rebase-fork-point-regression-fix'
2020-03-27 Junio C HamanoMerge branch 'bc/filter-process'
2020-03-27 Junio C HamanoMerge branch 'hi/gpg-prefer-check-signature'
2020-03-27 Junio C HamanoMerge branch 'bc/sha-256-part-1-of-4'
2020-03-27 Junio C HamanoMerge branch 'pb/recurse-submodules-fix'
2020-03-25 Junio C HamanoThe first batch post 2.26 cycle
2020-03-25 Junio C HamanoMerge branch 'ss/submodule-foreach-cb'
2020-03-25 Junio C HamanoMerge branch 'jc/config-tar'
2020-03-25 Junio C HamanoMerge branch 'en/oidset-uninclude-hashmap'
2020-03-25 Junio C HamanoMerge branch 'ds/check-connected-reprepare-packed-git'
2020-03-25 Junio C HamanoMerge branch 'rs/doc-passthru-fetch-options'
2020-03-25 Junio C HamanoMerge branch 'pw/advise-rebase-skip'
2020-03-25 Junio C HamanoMerge branch 'yz/p4-py3'
2020-03-25 Junio C HamanoMerge branch 'am/real-path-fix'
2020-03-25 Junio C HamanoMerge branch 'sg/commit-slab-clarify-peek'
2020-03-25 Junio C HamanoMerge branch 'jc/maintain-doc'
2020-03-25 Junio C HamanoMerge branch 'js/https-proxy-config'
2020-03-25 Junio C HamanoMerge branch 'hw/advise-ng'
2020-03-22 Junio C HamanoGit 2.26
2020-03-21 Junio C HamanoMerge branch 'en/rebase-backend'
2020-03-21 Junio C HamanoMerge tag 'l10n-2.26.0-rnd2.1' of git://github.com...
2020-03-21 Jiang Xinl10n: tr.po: change file mode to 644
2020-03-20 brian m. carlsont3419: prevent failure when run with EXPENSIVE
2020-03-20 Derrick Stoleepack-objects: flip the use of GIT_TEST_PACK_SPARSE
2020-03-20 Derrick Stoleeconfig: set pack.useSparse=true by default
2020-03-20 Matthias Rüsterl10n: de.po: Update German translation for Git 2.26.0
2020-03-20 Ralf Thielowl10n: de.po: add missing space
2020-03-19 Junio C HamanoMerge https://github.com/prati0100/git-gui
2020-03-19 Emir Sarıl10n: tr: Fix a couple of ambiguities
2020-03-19 Pratyush YadavMerge branch 'py/remove-tcloo'
2020-03-18 Elijah NewrenRelNotes/2.26.0: fix various typos
2020-03-18 Shourya Shuklasubmodule--helper.c: Rename 'cb_foreach' to 'foreach_cb'
2020-03-18 Junio C Hamanoseparate tar.* config to its own source file
2020-03-18 Jordi Masl10n: Update Catalan translation
2020-03-17 Junio C HamanoSync with Git 2.25.2
2020-03-17 Junio C HamanoGit 2.25.2
2020-03-17 Beat Bolliunicode: update the width tables to Unicode 13.0
2020-03-17 Junio C HamanoMerge branch 'js/ci-windows-update' into maint
2020-03-17 Junio C HamanoMerge branch 'jk/run-command-formatfix' into maint
2020-03-17 Junio C HamanoMerge branch 'jk/doc-credential-helper' into maint
2020-03-17 Junio C HamanoMerge branch 'js/mingw-open-in-gdb' into maint
2020-03-17 Junio C HamanoMerge branch 'js/test-unc-fetch' into maint
next
git clone https://git.99rst.org/PROJECT