Age | Commit message (Expand) | Author | Files | Lines |
2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -6/+207 |
2020-05-01 | Merge branch 'tb/commit-graph-fd-exhaustion-fix' | Junio C Hamano | 1 | -13/+8 |
2020-05-01 | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 1 | -47/+84 |
2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
2020-04-29 | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 1 | -1/+1 |
2020-04-29 | commit-graph.c: make 'commit-graph-chain's read-only | Taylor Blau | 1 | -1/+2 |
2020-04-29 | commit-graph.c: ensure graph layers respect core.sharedRepository | Taylor Blau | 1 | -0/+6 |
2020-04-29 | commit-graph.c: write non-split graphs as read-only | Taylor Blau | 1 | -1/+2 |
2020-04-28 | Merge branch 'ds/commit-graph-expiry-fix' | Junio C Hamano | 1 | -1/+1 |
2020-04-24 | commit-graph: close descriptors after mmap | Jeff King | 1 | -10/+5 |
2020-04-23 | commit-graph.c: gracefully handle file descriptor exhaustion | Taylor Blau | 1 | -2/+2 |
2020-04-23 | commit-graph.c: don't use discarded graph_name in error | Taylor Blau | 1 | -1/+1 |
2020-04-16 | tests: write commit-graph with Bloom filters | Derrick Stolee | 1 | -0/+14 |
2020-04-15 | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 1 | -1/+1 |
2020-04-15 | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 1 | -26/+33 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -14/+39 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -7/+12 |
2020-04-06 | commit-graph: reuse existing Bloom filters during write | Garima Singh | 1 | -3/+3 |
2020-04-06 | commit-graph: write Bloom filters to commit graph file | Garima Singh | 1 | -1/+112 |
2020-04-01 | commit-graph: fix buggy --expire-time option | Derrick Stolee | 1 | -1/+1 |
2020-03-30 | commit-graph: examine commits by generation number | Garima Singh | 1 | -3/+30 |
2020-03-30 | commit-graph: examine changed-path objects in pack order | Jeff King | 1 | -3/+35 |
2020-03-30 | commit-graph: compute Bloom filters for changed paths | Garima Singh | 1 | -1/+31 |
2020-03-30 | commit-graph: define and use MAX_NUM_CHUNKS | Garima Singh | 1 | -2/+3 |
2020-03-05 | Merge branch 'rs/commit-graph-code-simplification' | Junio C Hamano | 1 | -6/+2 |
2020-02-27 | commit-graph: use progress title directly | René Scharfe | 1 | -6/+2 |
2020-02-04 | commit-graph.h: use odb in 'load_commit_graph_one_fd_st' | Taylor Blau | 1 | -11/+10 |
2020-02-04 | commit-graph.c: remove path normalization, comparison | Taylor Blau | 1 | -28/+19 |
2020-02-04 | commit-graph.h: store object directory in 'struct commit_graph' | Taylor Blau | 1 | -17/+21 |
2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -25/+16 |
2020-01-06 | Merge branch 'ds/commit-graph-set-size-mult' | Junio C Hamano | 1 | -1/+3 |
2020-01-02 | commit-graph: prefer default size_mult when given zero | Derrick Stolee | 1 | -1/+3 |
2019-12-10 | Merge branch 'ds/commit-graph-delay-gen-progress' | Junio C Hamano | 1 | -1/+1 |
2019-12-01 | Merge branch 'en/doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-12-01 | Merge branch 'jk/cleanup-object-parsing-and-fsck' | Junio C Hamano | 1 | -3/+0 |
2019-11-27 | commit-graph: use start_delayed_progress() | Derrick Stolee | 1 | -1/+1 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -1/+1 |
2019-11-04 | Merge branch 'ds/commit-graph-on-fetch' | Junio C Hamano | 1 | -4/+7 |
2019-10-28 | commit, tag: don't set parsed bit for parse failures | Jeff King | 1 | -3/+0 |
2019-10-25 | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 1 | -4/+7 |
2019-10-09 | Merge branch 'ah/cleanups' | Junio C Hamano | 1 | -2/+3 |
2019-10-07 | Merge branch 'tb/commit-graph-harden' | Junio C Hamano | 1 | -2/+9 |
2019-10-07 | Merge branch 'gs/commit-graph-progress' | Junio C Hamano | 1 | -2/+4 |
2019-10-07 | Merge branch 'rs/commit-graph-use-list-count' | Junio C Hamano | 1 | -11/+6 |
2019-10-07 | Merge branch 'jk/disable-commit-graph-during-upload-pack' | Junio C Hamano | 1 | -3/+15 |
2019-10-07 | Merge branch 'jk/commit-graph-cleanup' | Junio C Hamano | 1 | -1/+1 |
2019-10-02 | commit-graph: remove a duplicate assignment | Alex Henrie | 1 | -2/+3 |
2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -2/+4 |
2019-09-16 | commit-graph: use commit_list_count() | René Scharfe | 1 | -11/+6 |
2019-09-12 | upload-pack: disable commit graph more gently for shallow traversal | Jeff King | 1 | -0/+12 |