81 Commits (de7e0b58ea4bb1ca8242e677096dae50f96e9b7e)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 095d112f8c commit-graph: don't consider "replace" objects with "verify" 3 years ago
Ævar Arnfjörð Bjarmason 13d9fcec29 commit-graph: stop using optname() 3 years ago
Taylor Blau d5fdf3073a builtin/commit-graph.c: don't accept common --[no-]progress 3 years ago
Taylor Blau f57a739691 midx: avoid opening multiple MIDXs when writing 3 years ago
Ævar Arnfjörð Bjarmason 367c5f36a6 commit-graph: show "unexpected subcommand" error 3 years ago
Ævar Arnfjörð Bjarmason 6d209a01f8 commit-graph: show usage on "commit-graph [write|verify] garbage" 3 years ago
Ævar Arnfjörð Bjarmason 070e7c5619 commit-graph: early exit to "usage" on !argc 3 years ago
Ævar Arnfjörð Bjarmason 84e4484f12 commit-graph: use parse_options_concat() 3 years ago
Ævar Arnfjörð Bjarmason 8722f9fb6b commit-graph: remove redundant handling of -h 3 years ago
Ævar Arnfjörð Bjarmason 8757b35d44 commit-graph: define common usage with a macro 3 years ago
ZheNing Hu e73fe3dd02 builtin/*: update usage format 4 years ago
Jeff King 8d2aa8dfac assert PARSE_OPT_NONEG in parse-options callbacks 4 years ago
Taylor Blau d356d5debe commit-graph: introduce 'commitGraph.maxNewFilters' 4 years ago
Taylor Blau 809e0327f5 builtin/commit-graph.c: introduce '--max-new-filters=<n>' 4 years ago
Taylor Blau 98bb796191 commit-graph: rename 'split_commit_graph_opts' 4 years ago
Taylor Blau ab14d0676c commit-graph: pass a 'struct repository *' in more places 4 years ago
SZEDER Gábor 862aead24e commit-graph: fix "Collecting commits from input" progress line 4 years ago
Derrick Stolee 0087a87ba8 commit-graph: persist existence of changed-paths 4 years ago
Abhishek Kumar 6da43d937c object: drop parsed_object_pool->commit_count 4 years ago
Taylor Blau 2f00c355cb commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag 5 years ago
Taylor Blau 5b6653e523 builtin/commit-graph.c: dereference tags in builtin 5 years ago
Taylor Blau fa8953cb40 builtin/commit-graph.c: extract 'read_one_commit()' 5 years ago
Junio C Hamano dbd5e0a186 Revert "commit-graph.c: introduce '--[no-]check-oids'" 5 years ago
Taylor Blau 7a9ce0269b commit-graph.c: introduce '--[no-]check-oids' 5 years ago
Taylor Blau 6830c36077 commit-graph.h: replace 'commit_hex' with 'commits' 5 years ago
Taylor Blau 8a6ac287b2 builtin/commit-graph.c: introduce split strategy 'replace' 5 years ago
Taylor Blau fdbde82fe5 builtin/commit-graph.c: introduce split strategy 'no-merge' 5 years ago
Taylor Blau 4f027355f6 builtin/commit-graph.c: support for '--split[=<strategy>]' 5 years ago
Garima Singh d5b873c832 commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag 5 years ago
Garima Singh d38e07b8c4 commit-graph: add --changed-paths option to write subcommand 5 years ago
Derrick Stolee b09b785c78 commit-graph: fix buggy --expire-time option 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Taylor Blau a7df60cac8 commit-graph.h: use odb in 'load_commit_graph_one_fd_st' 5 years ago
Taylor Blau ad2dd5bb63 commit-graph.c: remove path normalization, comparison 5 years ago
Taylor Blau 13c2499249 commit-graph.h: store object directory in 'struct commit_graph' 5 years ago
Taylor Blau 0bd52e27e3 commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
Derrick Stolee 4bd0593e0f test-tool: use 'read-graph' helper 5 years ago
SZEDER Gábor 8b656572ca builtin/commit-graph.c: remove subcommand-less usage string 5 years ago
Garima Singh 0bd7f578b2 commit-graph: emit trace2 cmd_mode for each sub-command 5 years ago
Garima Singh 7371612255 commit-graph: add --[no-]progress to write and verify 5 years ago
Jeff King dd2e50a84e commit-graph: turn off save_commit_buffer 5 years ago
SZEDER Gábor 7c5c9b9c57 commit-graph: error out on invalid commit oids in 'write --stdin-commits' 5 years ago
SZEDER Gábor 39d8831856 commit-graph: turn a group of write-related macro flags into an enum 5 years ago
Derrick Stolee 135a712375 commit-graph: add --split option to builtin 5 years ago
Derrick Stolee 3da4b609bb commit-graph: verify chains with --shallow mode 5 years ago
Derrick Stolee c2bc6e6ab0 commit-graph: create options for split files 5 years ago
Derrick Stolee 5af8039452 commit-graph: collapse parameters into flags 5 years ago
Derrick Stolee e103f7276f commit-graph: return with errors during write 5 years ago
Ævar Arnfjörð Bjarmason 7b8ce9c673 commit-graph verify: detect inability to read the graph 6 years ago
Ævar Arnfjörð Bjarmason 67a530fab3 commit-graph: don't pass filename to load_commit_graph_one_fd_st() 6 years ago