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
2019-06-20commit-graph: expire commit-graph filesDerrick Stolee
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee
2019-06-20commit-graph: merge commit-graph chainsDerrick Stolee
2019-06-20commit-graph: add --split option to builtinDerrick Stolee
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rearrange chunk count logicDerrick Stolee
2019-06-20commit-graph: add base graphs chunkDerrick Stolee
2019-06-20commit-graph: load commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rename commit_compare to oid_compareDerrick Stolee
2019-06-20commit-graph: prepare for commit-graph chainsDerrick Stolee
2019-06-20commit-graph: document commit-graph chainsDerrick Stolee
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-06-12packfile: close commit-graph in close_all_packsDerrick Stolee
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee
2019-06-12commit-graph: extract write_commit_graph_file()Derrick Stolee
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee
2019-06-12commit-graph: create write_commit_graph_contextDerrick Stolee
2019-06-12commit-graph: remove Future Work sectionDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-05-13commit-graph: fix the_repository referenceDerrick Stolee
2019-04-01commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-02-23commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason
2019-02-23commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason
2019-02-20Git 2.21-rc2v2.21.0-rc2Junio C Hamano
2019-02-20Merge branch 'js/test-tool-gen-nuls'Junio C Hamano
2019-02-20Merge branch 'mk/t5562-no-input-to-too-large-an-input-test'Junio C Hamano
2019-02-20Merge branch 'mk/t5562-do-not-reuse-output-files'Junio C Hamano
2019-02-20t5562: do not reuse output filesMax Kirillov
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-15Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano
2019-02-15Merge branch 'jc/no-grepping-for-strerror-in-tests'Junio C Hamano
2019-02-15Merge branch 'jt/fetch-v2-sideband'Junio C Hamano
2019-02-15Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano
2019-02-15git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren
2019-02-15t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano
2019-02-14docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez