Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-07-16Merge branch 'sg/commit-graph-progress-fix' into masterJunio C Hamano
2020-07-10Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano
2020-07-09commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor
2020-07-09commit-graph: fix progress of reachable commitsSZEDER Gábor
2020-07-09commit.c: don't persist substituted parents when unshallowingTaylor Blau
2020-07-02commit-graph: check chunk sizes after writingSZEDER Gábor
2020-07-02commit-graph: simplify chunk writes into loopSZEDER Gábor
2020-07-02commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor
2020-07-02commit-graph: persist existence of changed-pathsDerrick Stolee
2020-07-02bloom: fix logic in get_bloom_filter()Derrick Stolee
2020-06-24commit-graph: change test to die on parse, not loadDerrick Stolee
2020-06-24commit-graph: place bloom_settings in contextDerrick Stolee
2020-06-18commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-18commit-graph: introduce commit_graph_data_slabAbhishek Kumar
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor
2020-06-08commit-graph: clean up #includesSZEDER Gábor
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau
2020-05-14commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau
2020-05-14commit-graph.c: show progress of finding reachable commitsTaylor Blau
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-09Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano
2020-05-06Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano
2020-05-05commit-graph.c: extract 'refs_cb_data'Taylor Blau
2020-05-05commit-graph: avoid memory leaksJonathan Tan
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-05-01shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau
2020-04-29Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-25commit-graph: close descriptors after mmapJeff King
2020-04-24commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau
2020-04-24commit-graph.c: don't use discarded graph_name in errorTaylor Blau
2020-04-17tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau