summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee5-14/+101
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee8-24/+128
2019-06-19commit-graph: expire commit-graph filesLibravatar Derrick Stolee3-1/+85
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee4-11/+123
2019-06-19commit-graph: merge commit-graph chainsLibravatar Derrick Stolee3-33/+240
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee3-8/+138
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee3-12/+278
2019-06-19commit-graph: rearrange chunk count logicLibravatar Derrick Stolee1-14/+21
2019-06-19commit-graph: add base graphs chunkLibravatar Derrick Stolee3-2/+32
2019-06-19commit-graph: load commit-graph chainsLibravatar Derrick Stolee1-6/+106
2019-06-19commit-graph: rename commit_compare to oid_compareLibravatar Derrick Stolee1-2/+2
2019-06-19commit-graph: prepare for commit-graph chainsLibravatar Derrick Stolee2-11/+81
2019-06-19commit-graph: document commit-graph chainsLibravatar Derrick Stolee1-0/+59
2019-06-12packfile: rename close_all_packs to close_object_storeLibravatar Derrick Stolee11-12/+12
2019-06-12packfile: close commit-graph in close_all_packsLibravatar Derrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingLibravatar Derrick Stolee3-6/+6
2019-06-12commit-graph: extract write_commit_graph_file()Libravatar Derrick Stolee1-75/+80
2019-06-12commit-graph: extract copy_oids_to_commits()Libravatar Derrick Stolee1-25/+32
2019-06-12commit-graph: extract count_distinct_commits()Libravatar Derrick Stolee1-13/+22
2019-06-12commit-graph: extract fill_oids_from_all_packs()Libravatar Derrick Stolee1-11/+15
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Libravatar Derrick Stolee1-32/+40
2019-06-12commit-graph: extract fill_oids_from_packs()Libravatar Derrick Stolee1-36/+47
2019-06-12commit-graph: create write_commit_graph_contextLibravatar Derrick Stolee1-196/+194
2019-06-12commit-graph: remove Future Work sectionLibravatar Derrick Stolee1-17/+0
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee5-13/+18
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee6-39/+77
2019-05-13commit-graph: fix the_repository referenceLibravatar Derrick Stolee1-1/+1
2019-04-01commit-graph: improve & i18n error messagesLibravatar Ævar Arnfjörð Bjarmason1-19/+19
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason4-5/+23
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason2-1/+9
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason3-8/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason4-18/+51
2019-04-01commit-graph: fix segfault on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason2-10/+36
2019-02-22commit-graph tests: test a graph that's too smallLibravatar Ævar Arnfjörð Bjarmason1-0/+6
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Libravatar Ævar Arnfjörð Bjarmason1-6/+16
2019-02-19Git 2.21-rc2Libravatar Junio C Hamano1-1/+1
2019-02-19Merge branch 'js/test-tool-gen-nuls'Libravatar Junio C Hamano5-7/+25
2019-02-19Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Libravatar Junio C Hamano1-2/+2
2019-02-19Merge branch 'mk/t5562-do-not-reuse-output-files'Libravatar Junio C Hamano1-4/+4
2019-02-19t5562: do not reuse output filesLibravatar Max Kirillov1-4/+4
2019-02-19tests: teach the test-tool to generate NUL bytes and use itLibravatar Johannes Schindelin5-7/+25
2019-02-19t5562: do not depend on /dev/zeroLibravatar Max Kirillov1-1/+1
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Libravatar Junio C Hamano1-2/+2
2019-02-15mingw: safe-guard a bit more against getenv() problemsLibravatar Johannes Schindelin1-1/+1
2019-02-14Merge branch 'ea/rebase-compat-doc-fix'Libravatar Junio C Hamano1-1/+0
2019-02-14Merge branch 'jc/no-grepping-for-strerror-in-tests'Libravatar Junio C Hamano1-1/+1
2019-02-14Merge branch 'jt/fetch-v2-sideband'Libravatar Junio C Hamano1-0/+1
2019-02-14Merge branch 'en/rebase-merge-on-sequencer'Libravatar Junio C Hamano1-2/+0
2019-02-14git-rebase.txt: update to reflect merge now implemented on sequencerLibravatar Elijah Newren1-2/+0
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheLibravatar Todd Zullinger1-0/+1